comparison make/windows/projectfiles/tiered/Makefile @ 2027:aa6e219afbf1

7006354: Updates to Visual Studio project creation and development launcher Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
author sla
date Wed, 15 Dec 2010 07:11:31 -0800
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
2025:b03e6b4c7c75 2027:aa6e219afbf1
20 # or visit www.oracle.com if you need additional information or have any 20 # or visit www.oracle.com if you need additional information or have any
21 # questions. 21 # questions.
22 # 22 #
23 # 23 #
24 24
25 Variant=tiered 25 !include ../local.make
26 !include local.make
27 AdlcOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\adfiles 26 AdlcOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\adfiles
28 AdditionalTargets=$(AdlcOutDir)\ad_$(Platform_arch_model).cpp $(AdlcOutDir)\dfa_$(Platform_arch_model).cpp 27 AdditionalTargets=$(AdlcOutDir)\ad_$(Platform_arch_model).cpp $(AdlcOutDir)\dfa_$(Platform_arch_model).cpp
29 28
30 !include $(HOTSPOTWORKSPACE)/make/windows/projectfiles/common/Makefile 29 !include $(HOTSPOTWORKSPACE)/make/windows/projectfiles/common/Makefile