1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-12 04:15:05 -05:00
hexchat/src/makefile.mak

18 lines
359 B
Makefile
Raw Normal View History

all:
2010-08-24 14:46:59 -04:00
@cd common
2010-08-24 14:03:18 -04:00
@-$(MAKE) /nologo /s /f makefile.mak $@
2010-08-24 14:46:59 -04:00
@cd ..\fe-gtk
2010-08-24 14:03:18 -04:00
@-$(MAKE) /nologo /s /f makefile.mak $@
2011-01-10 02:48:50 -05:00
@cd ..\fe-text
@-$(MAKE) /nologo /s /f makefile.mak $@
clean:
2010-08-24 14:03:18 -04:00
@del common\*.obj
@del common\xchatcommon.lib
@del fe-gtk\*.obj
@del fe-gtk\xchat.exe
2010-08-24 14:51:38 -04:00
@del fe-gtk\xchat.res
2011-01-10 02:48:50 -05:00
@del fe-text\*.obj
@del fe-text\xchat-text.exe
2010-08-24 14:03:18 -04:00
@del pixmaps\*.h