huge cleanup on build system

This commit is contained in:
berkeviktor@aol.com
2010-08-24 20:03:18 +02:00
parent e0e70fccd4
commit cbcf58aba6
17 changed files with 231 additions and 173 deletions

View File

@ -1,8 +1,7 @@
include "..\..\src\makeinc.mak"
xcxdcc.dll: xdcc.obj xdcc.def
all: xdcc.obj xdcc.def
link $(LDFLAGS) $(LIBS) /dll /out:xcxdcc.dll /def:xdcc.def xdcc.obj
dir xcxdcc.dll
xdcc.def:
echo EXPORTS > xdcc.def
@ -10,7 +9,7 @@ xdcc.def:
echo xchat_plugin_deinit >> xdcc.def
xdcc.obj: xdcc.c makefile.mak
cl $(CFLAGS) $(GLIB) /I.. xdcc.c
cl $(CFLAGS) $(GLIB) xdcc.c
clean:
del *.obj