summary refs log blame commit diff stats
path: root/plugins/winamp/makefile.mak
blob: 79adf87e8d355ce1f53d972497237ea834a762cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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
class="w"> = plugingui.c endif if USE_LIBSEXY sexy_spell_entry_c = sexy-spell-entry.c endif xchat_SOURCES = about.c ascii.c banlist.c chanlist.c chanview.c custom-list.c \ dccgui.c editlist.c fe-gtk.c fkeys.c gtkutil.c ignoregui.c joind.c menu.c \ maingui.c $(mmx_cmod_S) notifygui.c palette.c pixmaps.c plugin-tray.c $(plugingui_c) \ rawlog.c search.c servlistgui.c setup.c $(sexy_spell_entry_c) textgui.c \ urlgrab.c userlistgui.c xtext.c