blob: 68b2f19d3920fe2208b69fffc91006632bace030 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|