diff 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
line wrap: on
line diff
--- a/make/windows/makefiles/projectcreator.make	Sat Feb 11 11:15:32 2012 -0800
+++ b/make/windows/makefiles/projectcreator.make	Sat Feb 11 23:35:44 2012 +0100
@@ -210,6 +210,14 @@
 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1)
 
 ##################################################
+# Graal compiler specific options
+##################################################
+ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
+ -define_graal COMPILER1 \
+ -define_graal GRAAL \
+$(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal)
+
+##################################################
 # Server(C2) compiler specific options
 ##################################################
 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make.