# HG changeset patch # User Andreas Woess # Date 1394393148 -3600 # Node ID c1b0b02a65288226897afdb114516c4bb017d5f0 # Parent 380984cdb29d048fc5c59c42363d2dfe99156c3d windows: enable C1+Graal tiered diff -r 380984cdb29d -r c1b0b02a6528 make/windows/makefiles/projectcreator.make --- a/make/windows/makefiles/projectcreator.make Sat Mar 08 10:05:57 2014 +0100 +++ b/make/windows/makefiles/projectcreator.make Sun Mar 09 20:25:48 2014 +0100 @@ -182,8 +182,8 @@ # Graal compiler specific options ################################################## ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ + -define_graal COMPILER1 \ -define_graal GRAAL \ - $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=graal) \ $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal) ##################################################