comparison make/windows/makefiles/fastdebug.make @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents aabf54ccedb1
children c062a6e1fa33
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
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 CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION) 41 CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
68 !endif 68 !endif
69 !endif 69 !endif
70 70
71 !include $(WorkSpace)/make/windows/makefiles/shared.make 71 !include $(WorkSpace)/make/windows/makefiles/shared.make
72 !include $(WorkSpace)/make/windows/makefiles/sa.make 72 !include $(WorkSpace)/make/windows/makefiles/sa.make
73 !include $(WorkSpace)/make/windows/makefiles/launcher.make