comparison make/windows/makefiles/projectcreator.make @ 4572:76841bdd5f3e

(Windows) Add Graal build configurations (with GRAAL defined) and fix build command.
author Andreas Woess <andreas.woess@jku.at>
date Sat, 11 Feb 2012 23:35:44 +0100
parents 6fb167f79df6
children 33df1aeaebbf
comparison
equal deleted inserted replaced
4571:ac6e494d048a 4572:76841bdd5f3e
208 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 208 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
209 -define_compiler1 COMPILER1 \ 209 -define_compiler1 COMPILER1 \
210 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1) 210 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1)
211 211
212 ################################################## 212 ##################################################
213 # Graal compiler specific options
214 ##################################################
215 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
216 -define_graal COMPILER1 \
217 -define_graal GRAAL \
218 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal)
219
220 ##################################################
213 # Server(C2) compiler specific options 221 # Server(C2) compiler specific options
214 ################################################## 222 ##################################################
215 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make. 223 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make.
216 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 224 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
217 -define_compiler2 COMPILER2 \ 225 -define_compiler2 COMPILER2 \