summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-21 06:24:39 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-21 06:24:39 +0200
commit45155a600af1cbe286f8532e098e51b6f7a9f2c7 (patch)
treeb39d32839f21d98aba32087714c83ff5fa3953f5 /plugins
parent695a82f998a437e374f8eb2dce05f11d56ae6f21 (diff)
copy-paste is bad!
Diffstat (limited to 'plugins')
-rw-r--r--plugins/checksum/makefile.mak4
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