summary refs log tree commit diff stats
path: root/plugins/lua/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-12-11 18:04:35 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-12-11 18:04:35 +0100
commit13ee029364b37eca95c43641420e75c872b32653 (patch)
treeef13e150cc5d2e15d4c879af644d9ba242c9c182 /plugins/lua/makefile.mak
parent132ef6cb50201cb6ab8ab0609a88ccce62aa6a21 (diff)
some more multiplatform support
Diffstat (limited to 'plugins/lua/makefile.mak')
-rw-r--r--plugins/lua/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/makefile.mak b/plugins/lua/makefile.mak
index fbc94072..97a7e10b 100644
--- a/plugins/lua/makefile.mak
+++ b/plugins/lua/makefile.mak
@@ -1,6 +1,6 @@
 include "..\..\src\makeinc.mak"

 

-DIRENTLIB = ..\..\src\common\dirent.lib

+DIRENTLIB = ..\..\src\common\dirent-win32.lib

 

 all: lua.obj lua.def

 	link $(LDFLAGS) $(LIBS) /dll /out:xclua.dll $(LUALIB).lib $(DIRENTLIB) /def:lua.def lua.obj