summary refs log tree commit diff stats
path: root/win32/wdkpt/vs2010/Microsoft.Cpp.Win32.WDK7.props
diff options
context:
space:
mode:
Diffstat (limited to 'win32/wdkpt/vs2010/Microsoft.Cpp.Win32.WDK7.props')
0 files changed, 0 insertions, 0 deletions
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 hexchat_plugin_init >> xdcc.def
	echo hexchat_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