diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-21 06:24:39 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-21 06:24:39 +0200 |
commit | 45155a600af1cbe286f8532e098e51b6f7a9f2c7 (patch) | |
tree | b39d32839f21d98aba32087714c83ff5fa3953f5 /plugins/checksum | |
parent | 695a82f998a437e374f8eb2dce05f11d56ae6f21 (diff) |
copy-paste is bad!
Diffstat (limited to 'plugins/checksum')
-rw-r--r-- | plugins/checksum/makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/checksum/makefile.mak b/plugins/checksum/makefile.mak index 9e2aae88..8d72d094 100644 --- a/plugins/checksum/makefile.mak +++ b/plugins/checksum/makefile.mak @@ -1,7 +1,7 @@ include "..\..\src\makeinc.mak" all: checksum.obj checksum.def - link $(LDFLAGS) $(LIBS) /dll /out:xcchecksum.dll /libpath:$(LUAPATH)\lib $(LUALIB).lib /def:checksum.def checksum.obj + link $(LDFLAGS) $(LIBS) /dll /out:xcchecksum.dll /def:checksum.def checksum.obj checksum.def: echo EXPORTS > checksum.def @@ -9,7 +9,7 @@ checksum.def: echo xchat_plugin_deinit >> checksum.def checksum.obj: checksum.c makefile.mak - cl $(CFLAGS) /Dsnprintf=g_snprintf /I$(LUAPATH)\include checksum.c + cl $(CFLAGS) checksum.c clean: del *.obj |