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

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