hexchat/src/makefile.mak

19 lines
385 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 $@
2010-09-06 07:23:35 -04: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
@del fe-gtk\xchat.rc
2010-08-24 14:51:38 -04:00
@del fe-gtk\xchat.res
2010-09-06 07:23:35 -04:00
# @del fe-text\*.obj
# @del fe-text\xchat-text.exe
2010-08-24 14:03:18 -04:00
@del pixmaps\*.h