summary refs log tree commit diff stats
path: root/win32/deps/enchant
diff options
context:
space:
mode:
Diffstat (limited to 'win32/deps/enchant')
0 files changed, 0 insertions, 0 deletions
n13'>13 14 15 16 17 18

















                                                                                  
include "..\..\src\makeinc.mak"

all: winamp.obj winamp.def
	link $(LDFLAGS) $(LIBS) /dll /out:xcwinamp.dll /def:winamp.def winamp.obj

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

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

clean:
	del *.obj
	del *.dll
	del *.exp
	del *.lib