diff options
author | TingPing <tingping@tingping.se> | 2013-09-29 02:49:55 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-29 02:49:55 -0400 |
commit | 247d84fbd1e2e9ebf2c472a30ac5a91cc7db82c0 (patch) | |
tree | 8bd3b7df3df0e6f09fc297c40d9d81ff6ade635c /plugins/gtkpref/makefile.mak | |
parent | 00bd389cdcd3e481c92de435e626a2618d4a128c (diff) |
Remove unused gtk-prefs project
Diffstat (limited to 'plugins/gtkpref/makefile.mak')
-rw-r--r-- | plugins/gtkpref/makefile.mak | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/gtkpref/makefile.mak b/plugins/gtkpref/makefile.mak deleted file mode 100644 index a5578483..00000000 --- a/plugins/gtkpref/makefile.mak +++ /dev/null @@ -1,18 +0,0 @@ -include "..\..\src\makeinc.mak" - -all: gtkpref.obj gtkpref.def - link $(LDFLAGS) $(LIBS) /dll /out:xcgtkpref.dll /def:gtkpref.def gtkpref.obj - -gtkpref.def: - echo EXPORTS > gtkpref.def - echo hexchat_plugin_init >> gtkpref.def - echo hexchat_plugin_deinit >> gtkpref.def - -gtkpref.obj: gtkpref.c makefile.mak - cl $(CFLAGS) $(GLIB) /I.. gtkpref.c - -clean: - del *.obj - del *.dll - del *.exp - del *.lib |