summary refs log tree commit diff stats
path: root/plugins/ewc/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ewc/makefile.mak')
-rw-r--r--plugins/ewc/makefile.mak5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/ewc/makefile.mak b/plugins/ewc/makefile.mak
index a81c060e..9b9f21c1 100644
--- a/plugins/ewc/makefile.mak
+++ b/plugins/ewc/makefile.mak
@@ -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