diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-16 14:39:35 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-16 14:39:35 +0200 |
commit | df49b9412d3ee3ffd1cacef7f0f844d10c4c31b9 (patch) | |
tree | 44a02e760586d705f0c5445c9a25581290b76bf1 /plugins/lua/makefile.mak | |
parent | d194c520e7888ffa650b319c42cd30db3c53ddfb (diff) |
some heavy restructuring and reformatting
Diffstat (limited to 'plugins/lua/makefile.mak')
-rw-r--r-- | plugins/lua/makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lua/makefile.mak b/plugins/lua/makefile.mak index 2b9a18ee..3059660d 100644 --- a/plugins/lua/makefile.mak +++ b/plugins/lua/makefile.mak @@ -1,7 +1,7 @@ include "..\..\src\makeinc.mak" xclua.dll: lua.obj lua.def - link $(LDFLAGS) $(LIBS) /dll /out:xclua.dll /LIBPATH:$(LUAPATH) $(LUALIB).lib /def:lua.def lua.obj + link $(LDFLAGS) $(LIBS) /dll /out:xclua.dll /libpath:$(LUAPATH)\lib $(LUALIB).lib /def:lua.def lua.obj dir xclua.dll lua.def: @@ -10,7 +10,7 @@ lua.def: echo xchat_plugin_deinit >> lua.def lua.obj: lua.c makefile.mak - cl $(CFLAGS) /Dsnprintf=g_snprintf /I.. /I$(LUAPATH) /I.. lua.c + cl $(CFLAGS) /Dsnprintf=g_snprintf /I.. /I$(LUAPATH)\include /I.. lua.c clean: del *.obj |