comparison make/windows/makefiles/generated.make @ 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 f2110083203d
comparison
equal deleted inserted replaced
2025:b03e6b4c7c75 2027:aa6e219afbf1
49 mkdir classes 49 mkdir classes
50 $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\ProjectCreator -d classes $(ProjectCreatorSources) 50 $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\ProjectCreator -d classes $(ProjectCreatorSources)
51 51
52 !if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered") 52 !if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered")
53 53
54 !include $(WorkSpace)/make/windows/makefiles/compile.make
54 !include $(WorkSpace)/make/windows/makefiles/adlc.make 55 !include $(WorkSpace)/make/windows/makefiles/adlc.make
55 56
56 !endif 57 !endif
57 58
58 !include $(WorkSpace)/make/windows/makefiles/shared.make 59 !include $(WorkSpace)/make/windows/makefiles/shared.make