diff options
Diffstat (limited to 'plugins/ewc/makefile.mak')
-rw-r--r-- | plugins/ewc/makefile.mak | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/ewc/makefile.mak b/plugins/ewc/makefile.mak deleted file mode 100644 index a54708de..00000000 --- a/plugins/ewc/makefile.mak +++ /dev/null @@ -1,18 +0,0 @@ -include "..\..\src\makeinc.mak" - -all: ewc.obj ewc.def - link $(LDFLAGS) $(LIBS) /dll /out:xcewc.dll /def:ewc.def ewc.obj - -ewc.def: - echo EXPORTS > ewc.def - echo hexchat_plugin_init >> ewc.def - echo hexchat_plugin_deinit >> ewc.def - -ewc.obj: ewc.c makefile.mak - cl $(CFLAGS) ewc.c - -clean: - del *.obj - del *.dll - del *.exp - del *.lib |