changeset 8283:09290d9deab3

windows build fix: server+graal build needs TIERED; include graal in client build
author Andreas Woess <andreas.woess@jku.at>
date Thu, 14 Mar 2013 14:15:11 +0100
parents 59744882ddeb
children 5284877c419d 59bd299750a8
files make/windows/makefiles/projectcreator.make
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \