diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:03:18 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:03:18 +0200 |
commit | cbcf58aba6497db777fe41d0b9651d0b905c9605 (patch) | |
tree | 785a4061a6c7deca097b8568a7546a529740a65f /plugins/xdcc/makefile.mak | |
parent | e0e70fccd444000c74ee505d790fbfb64e1ed1c2 (diff) |
huge cleanup on build system
Diffstat (limited to 'plugins/xdcc/makefile.mak')
-rw-r--r-- | plugins/xdcc/makefile.mak | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/xdcc/makefile.mak b/plugins/xdcc/makefile.mak index 38a0735f..280d8d84 100644 --- a/plugins/xdcc/makefile.mak +++ b/plugins/xdcc/makefile.mak @@ -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 |