diff make/windows/makefiles/projectcreator.make @ 4976:8f01f899bccd

More GRAAL #ifdef; ignore graal directory on windows for client/server configuration.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 16:26:41 +0100
parents 25c4d10b0728
children 957c266d8bc5
line wrap: on
line diff
--- a/make/windows/makefiles/projectcreator.make	Mon Feb 27 15:25:39 2012 +0100
+++ b/make/windows/makefiles/projectcreator.make	Mon Feb 27 16:26:41 2012 +0100
@@ -208,6 +208,7 @@
 ##################################################
 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
  -define_compiler1 COMPILER1 \
+ -ignorePath_compiler1 src/share/vm/graal \
 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1)
 
 ##################################################
@@ -224,6 +225,7 @@
 #NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make.
 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
  -define_compiler2 COMPILER2 \
+ -ignorePath_compiler2 src/share/vm/graal \
  -additionalFile_compiler2 $(Platform_arch_model).ad \
  -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model).cpp \
  -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model).hpp \