diff -r 1048edb5434a -r 1b0dc9f87e75 make/windows/makefiles/fastdebug.make --- a/make/windows/makefiles/fastdebug.make Tue Feb 19 13:33:39 2013 -0500 +++ b/make/windows/makefiles/fastdebug.make Tue Feb 19 18:45:49 2013 +0100 @@ -33,7 +33,7 @@ BUILD_PCH_FILE=_build_pch_file.obj !endif -default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA wb +default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA !include ../local.make !include compile.make @@ -71,4 +71,3 @@ !include $(WorkSpace)/make/windows/makefiles/shared.make !include $(WorkSpace)/make/windows/makefiles/sa.make !include $(WorkSpace)/make/windows/makefiles/launcher.make -!include $(WorkSpace)/make/windows/makefiles/wb.make