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"
xcewc.dll: ewc.obj ewc.def
all: ewc.obj ewc.def
link $(LDFLAGS) $(LIBS) /dll /out:xcewc.dll /def:ewc.def ewc.obj
dir xcewc.dll
ewc.def:
echo EXPORTS > ewc.def
@@ -10,7 +9,7 @@ ewc.def:
echo xchat_plugin_deinit >> ewc.def
ewc.obj: ewc.c makefile.mak
cl $(CFLAGS) /I.. ewc.c
cl $(CFLAGS) ewc.c
clean:
del *.obj