# HG changeset patch # User Andreas Woess # Date 1363266911 -3600 # Node ID 09290d9deab3a51a2aa1f017578bbc8177ff7e91 # Parent 59744882ddebeea7780bd5924e71808089484fe8 windows build fix: server+graal build needs TIERED; include graal in client build diff -r 59744882ddeb -r 09290d9deab3 make/windows/makefiles/projectcreator.make --- a/make/windows/makefiles/projectcreator.make Thu Mar 14 14:35:53 2013 +0100 +++ b/make/windows/makefiles/projectcreator.make Thu Mar 14 14:15:11 2013 +0100 @@ -176,8 +176,9 @@ ################################################## ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ -define_compiler1 COMPILER1 \ + -define_compiler1 GRAAL \ -ignorePath_compiler1 core \ - $(ProjectCreatorIDEOptionsIgnoreGraal:TARGET=compiler1) \ + -ignorePath_compiler1 graal/generated \ $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1) ################################################## @@ -196,6 +197,7 @@ ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ -define_compiler2 COMPILER2 \ -define_compiler2 GRAAL \ + -define_compiler2 TIERED \ -ignorePath_compiler2 core \ -ignorePath_compiler2 graal/generated \ -additionalFile_compiler2 $(Platform_arch_model).ad \