diff -r f0bc60565ba8 -r aabf54ccedb1 make/windows/makefiles/product.make --- a/make/windows/makefiles/product.make Mon May 06 13:53:13 2013 -0700 +++ b/make/windows/makefiles/product.make Mon May 06 19:49:23 2013 -0700 @@ -32,7 +32,7 @@ BUILD_PCH_FILE=_build_pch_file.obj !endif -default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA +default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA !include ../local.make !include compile.make @@ -73,4 +73,3 @@ !include $(WorkSpace)/make/windows/makefiles/shared.make !include $(WorkSpace)/make/windows/makefiles/sa.make -!include $(WorkSpace)/make/windows/makefiles/launcher.make