comparison make/windows/makefiles/projectcreator.make @ 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 ded5288f5b96
children 62838eadbf56
comparison
equal deleted inserted replaced
8282:59744882ddeb 8283:09290d9deab3
174 ################################################## 174 ##################################################
175 # Client(C1) compiler specific options 175 # Client(C1) compiler specific options
176 ################################################## 176 ##################################################
177 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 177 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
178 -define_compiler1 COMPILER1 \ 178 -define_compiler1 COMPILER1 \
179 -define_compiler1 GRAAL \
179 -ignorePath_compiler1 core \ 180 -ignorePath_compiler1 core \
180 $(ProjectCreatorIDEOptionsIgnoreGraal:TARGET=compiler1) \ 181 -ignorePath_compiler1 graal/generated \
181 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1) 182 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1)
182 183
183 ################################################## 184 ##################################################
184 # Graal compiler specific options 185 # Graal compiler specific options
185 ################################################## 186 ##################################################
194 ################################################## 195 ##################################################
195 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make. 196 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make.
196 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 197 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
197 -define_compiler2 COMPILER2 \ 198 -define_compiler2 COMPILER2 \
198 -define_compiler2 GRAAL \ 199 -define_compiler2 GRAAL \
200 -define_compiler2 TIERED \
199 -ignorePath_compiler2 core \ 201 -ignorePath_compiler2 core \
200 -ignorePath_compiler2 graal/generated \ 202 -ignorePath_compiler2 graal/generated \
201 -additionalFile_compiler2 $(Platform_arch_model).ad \ 203 -additionalFile_compiler2 $(Platform_arch_model).ad \
202 -additionalFile_compiler2 ad_$(Platform_arch_model).cpp \ 204 -additionalFile_compiler2 ad_$(Platform_arch_model).cpp \
203 -additionalFile_compiler2 ad_$(Platform_arch_model).hpp \ 205 -additionalFile_compiler2 ad_$(Platform_arch_model).hpp \