From a3a634bd46a40d1ce510482f4d8e7696dcf2d1ef Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 4 Aug 2004 21:42:33 +0000 Subject: [PATCH] fix clean target for new standard makefiles svn path=/branches/lean-explorer/; revision=10398 --- reactos/subsys/system/explorer/Makefile.MinGW | 3 ++- reactos/subsys/system/explorer/Makefile.PCH | 3 ++- reactos/subsys/system/explorer/make_explorer.dsp | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/Makefile.MinGW b/reactos/subsys/system/explorer/Makefile.MinGW index 13ff20e488b..8d989ebacb8 100644 --- a/reactos/subsys/system/explorer/Makefile.MinGW +++ b/reactos/subsys/system/explorer/Makefile.MinGW @@ -75,6 +75,7 @@ explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico windres $(RCFLAGS) -o $@ $(PROGRAM)_intres.rc clean: - rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) + rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) \ + desktop/*.o dialogs/*.o shell/*.o taskbar/*.o utility/*.o ever: diff --git a/reactos/subsys/system/explorer/Makefile.PCH b/reactos/subsys/system/explorer/Makefile.PCH index b4f1f120ac7..c2cdb996a8f 100644 --- a/reactos/subsys/system/explorer/Makefile.PCH +++ b/reactos/subsys/system/explorer/Makefile.PCH @@ -79,6 +79,7 @@ explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico windres $(RCFLAGS) -o $@ $(PROGRAM)_intres.rc clean: - rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) precomp.h.gch + rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) precomp.h.gch \ + desktop/*.o dialogs/*.o shell/*.o taskbar/*.o utility/*.o ever: diff --git a/reactos/subsys/system/explorer/make_explorer.dsp b/reactos/subsys/system/explorer/make_explorer.dsp index 58f8fe2a8ae..cc425ed3a87 100644 --- a/reactos/subsys/system/explorer/make_explorer.dsp +++ b/reactos/subsys/system/explorer/make_explorer.dsp @@ -139,5 +139,9 @@ SOURCE=.\Makefile SOURCE=.\Makefile.MinGW # End Source File +# Begin Source File + +SOURCE=.\Makefile.PCH +# End Source File # End Target # End Project