summary refs log tree commit diff stats
path: root/plugins/lua/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-14 06:43:56 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-14 06:43:56 +0100
commite26a1c5f7a6bceb032e8a5f2bb77c34ad569a1a4 (patch)
treee64edd14717dfeebc7995ce3f552fcbe09cd0d1b /plugins/lua/makefile.mak
parent1effb26d5f316c79ae7815355f46d42b48264079 (diff)
split dirent.h and more xtray support
Diffstat (limited to 'plugins/lua/makefile.mak')
-rw-r--r--plugins/lua/makefile.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/lua/makefile.mak b/plugins/lua/makefile.mak
index 81399ac6..fbc94072 100644
--- a/plugins/lua/makefile.mak
+++ b/plugins/lua/makefile.mak
@@ -1,7 +1,9 @@
 include "..\..\src\makeinc.mak"

 

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

+

 all: lua.obj lua.def

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

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

 

 lua.def:

 	echo EXPORTS > lua.def