summary refs log tree commit diff stats
path: root/plugins/fishlim/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fishlim/LICENSE')
0 files changed, 0 insertions, 0 deletions
ture/tor-i2p-dcc&id=32e25c416ff86dd5afe4871ebfbfe03ac7a85654'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18






                                                                                     

                                                  








                                            
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