summary refs log tree commit diff stats
path: root/src/common/chanopt.h
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-06-02 00:22:00 -0300
committerTingPing <tngpng@gmail.com>2013-06-02 00:22:00 -0300
commit43bd9483cee59d4f7c1aaa83878678cabefb7c78 (patch)
tree48d39dedd518c6a35c4dc2c568b1a29e204aa95a /src/common/chanopt.h
parent1277b4c30f9040e0b8b193691c529b5aedcf0dad (diff)
Python: Save pluginprefs to seperate files
Diffstat (limited to 'src/common/chanopt.h')
0 files changed, 0 insertions, 0 deletions

                                              








                            
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