summary refs log tree commit diff stats
path: root/plugins/xdcc/makefile.mak
blob: 0a12347ec1309c7ee45eb680daf2aed0d6751723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include "..\..\src\makeinc.mak"

all: xdcc.obj xdcc.def
	link $(LDFLAGS) $(LIBS) /dll /out:xcxdcc.dll /def:xdcc.def xdcc.obj

xdcc.def:
	echo EXPORTS > xdcc.def
	echo xchat_plugin_init >> xdcc.def
	echo xchat_plugin_deinit >> xdcc.def

xdcc.obj: xdcc.c makefile.mak
	cl $(CFLAGS) $(GLIB) /I.. xdcc.c

clean:
	del *.obj
	del *.dll
	del *.exp
	del *.lib
find the latest version of the Tcl Plugin at: http://www.scriptkitties.com/tclplugin You must also have Tcl 8.3 or higher installed on your system. Tcl can be obtained from: http://sourceforge.net/projects/tcl http://tcl.activestate.com (pre-compiled binaries) Tcl Man Pages http://tcl.activestate.com/man/ Tcl Tutorials: http://hegel.ittc.ukans.edu/topics/tcltk/tutorial-noplugin/ http://jan.netcomp.monash.edu.au/ProgrammingUnix/tcl/tcl_tut.html http://users.belgacom.net/bruno.champagne/tcl.html (3) QUICK STARTUP SEE 'INSTALL'