c.sexchat/src/makefile.mak

18 lines
359 B
Makefile
Raw Normal View History

2011-02-28 18:59:32 +01:00
all:
@cd common
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\fe-gtk
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\fe-text
@-$(MAKE) /nologo /s /f makefile.mak $@
clean:
@del common\*.obj
@del common\xchatcommon.lib
@del fe-gtk\*.obj
@del fe-gtk\xchat.exe
@del fe-gtk\xchat.res
@del fe-text\*.obj
@del fe-text\xchat-text.exe
@del pixmaps\*.h