even more cleanup

This commit is contained in:
berkeviktor@aol.com
2010-08-24 20:46:59 +02:00
parent cbcf58aba6
commit b9ece5464e
9 changed files with 54 additions and 56 deletions

View File

@@ -9,5 +9,5 @@ xchatcommon.lib: $(COMMON_OBJECTS)
$(CC) $(CFLAGS) $(GLIB) $<
clean:
del *.obj
del xchatcommon.lib
@del *.obj
@del xchatcommon.lib

View File

@@ -30,8 +30,8 @@ xchat-icon.obj: xchat.res
cvtres /nologo $(MACHINE_FLAG) /OUT:xchat-icon.obj xchat.res
clean:
del *.obj
del fe-gtk\mmx_cmod.o
del $(PROG)
del xchat.rc
del xchat.RES
@del *.obj
@del mmx_cmod.o
@del $(PROG)
@del xchat.rc
@del xchat.res

View File

@@ -1,7 +1,7 @@
all:
cd common
@cd common
@-$(MAKE) /nologo /s /f makefile.mak $@
cd ..\fe-gtk
@cd ..\fe-gtk
@-$(MAKE) /nologo /s /f makefile.mak $@
clean:

View File

@@ -15,4 +15,4 @@ all:
@$(CONV) --build-list $(LIST) > inline_pngs.h
clean:
del *.h
@del *.h