patch for cleanall target in mingw makefiles (which I forgot to commit before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,4 +20,7 @@ $(LIBTARGET): $(OBJECTS)
|
||||
$(RANLIB) $@
|
||||
|
||||
clean:
|
||||
-$(RM) $(OBJECTS) $(LIBTARGET) core *.rsc *.res
|
||||
-$(RM) $(OBJECTS) core *.rsc *.res
|
||||
|
||||
cleanall: clean
|
||||
-$(RM) $(LIBTARGET)
|
@@ -22,7 +22,9 @@ $(TARGET)_resources.o: $(TARGET).rc
|
||||
clean:
|
||||
-$(RM) *.o
|
||||
-$(RM) $(TARGET)_resources.o
|
||||
-$(RM) $(TARGET).exe
|
||||
-$(RM) core
|
||||
-$(RM) *.rsc
|
||||
-$(RM) *.res
|
||||
|
||||
cleanall: clean
|
||||
-$(RM) $(TARGET).exe
|
||||
|
@@ -620,6 +620,8 @@ clean:
|
||||
-$(RM) ../xpm/*.bak
|
||||
-$(RM) ../tiff/*.o
|
||||
-$(RM) ../tiff/*.bak
|
||||
|
||||
cleanall: clean
|
||||
-$(RM) $(WXLIB)
|
||||
-$(RM) $(ZLIBLIB)
|
||||
-$(RM) $(PNGLIB)
|
||||
@@ -635,8 +637,3 @@ ifneq "$(strip $(LD_SUPPORTS_SHARED))" "yes"
|
||||
-$(RM) wx.exp
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
cleanall: clean
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user