diff make/windows/makefiles/vm.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 c843578c269d
children 33df1aeaebbf
line wrap: on
line diff
--- a/make/windows/makefiles/vm.make	Sat Feb 11 11:15:32 2012 -0800
+++ b/make/windows/makefiles/vm.make	Sat Feb 11 23:35:44 2012 +0100
@@ -60,6 +60,10 @@
 CPP_FLAGS=$(CPP_FLAGS) /D "COMPILER1" /D "COMPILER2"
 !endif
 
+!if "$(Variant)" == "graal"
+CPP_FLAGS=$(CPP_FLAGS) /D "COMPILER1" /D "GRAAL"
+!endif
+
 !if "$(BUILDARCH)" == "i486"
 HOTSPOT_LIB_ARCH=i386
 !else