copy-paste is bad!
This commit is contained in:
parent
695a82f998
commit
45155a600a
|
@ -1,7 +1,7 @@
|
||||||
include "..\..\src\makeinc.mak"
|
include "..\..\src\makeinc.mak"
|
||||||
|
|
||||||
all: checksum.obj checksum.def
|
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:
|
checksum.def:
|
||||||
echo EXPORTS > checksum.def
|
echo EXPORTS > checksum.def
|
||||||
|
@ -9,7 +9,7 @@ checksum.def:
|
||||||
echo xchat_plugin_deinit >> checksum.def
|
echo xchat_plugin_deinit >> checksum.def
|
||||||
|
|
||||||
checksum.obj: checksum.c makefile.mak
|
checksum.obj: checksum.c makefile.mak
|
||||||
cl $(CFLAGS) /Dsnprintf=g_snprintf /I$(LUAPATH)\include checksum.c
|
cl $(CFLAGS) checksum.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
del *.obj
|
del *.obj
|
||||||
|
|
Loading…
Reference in New Issue