summary refs log tree commit diff stats
path: root/plugins/xdcc/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xdcc/makefile.mak')
-rw-r--r--plugins/xdcc/makefile.mak5
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