From 38978f878a939e437b632995410cd1cd5d16c25c Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 21 Sep 2009 09:03:25 +0000 Subject: Move MSVC clean out of core makefile and into windows.mak where it belongs. --- makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index a84e26982b0..fc1a2f6c743 100644 --- a/makefile +++ b/makefile @@ -509,7 +509,7 @@ tools: maketree $(TOOLS) maketree: $(sort $(OBJDIRS)) -clean: +clean: $(OSDCLEAN) @echo Deleting object tree $(OBJ)... $(RM) -r $(OBJ) @echo Deleting $(EMULATOR)... @@ -520,12 +520,6 @@ ifdef MAP @echo Deleting $(FULLNAME).map... $(RM) $(FULLNAME).map endif -ifdef MSVC_BUILD - @echo Deleting Visual Studio specific files... - $(RM) *.pdb - $(RM) *.lib - $(RM) *.exp -endif -- cgit v1.2.3