comparison make/windows/makefiles/product.make @ 10277:aabf54ccedb1

8008772: remove gamma launcher Reviewed-by: kvn, neliasso, ctornqvi
author twisti
date Mon, 06 May 2013 19:49:23 -0700
parents 6b748c9e1845
children c062a6e1fa33
comparison
equal deleted inserted replaced
10276:f0bc60565ba8 10277:aabf54ccedb1
30 # Allow the user to turn off precompiled headers from the command line. 30 # Allow the user to turn off precompiled headers from the command line.
31 !if "$(USE_PRECOMPILED_HEADER)" != "0" 31 !if "$(USE_PRECOMPILED_HEADER)" != "0"
32 BUILD_PCH_FILE=_build_pch_file.obj 32 BUILD_PCH_FILE=_build_pch_file.obj
33 !endif 33 !endif
34 34
35 default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA 35 default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
36 36
37 !include ../local.make 37 !include ../local.make
38 !include compile.make 38 !include compile.make
39 39
40 CXX_FLAGS=$(CXX_FLAGS) $(PRODUCT_OPT_OPTION) 40 CXX_FLAGS=$(CXX_FLAGS) $(PRODUCT_OPT_OPTION)
71 !endif 71 !endif
72 !endif 72 !endif
73 73
74 !include $(WorkSpace)/make/windows/makefiles/shared.make 74 !include $(WorkSpace)/make/windows/makefiles/shared.make
75 !include $(WorkSpace)/make/windows/makefiles/sa.make 75 !include $(WorkSpace)/make/windows/makefiles/sa.make
76 !include $(WorkSpace)/make/windows/makefiles/launcher.make