diff make/windows/makefiles/projectcreator.make @ 22618:452ef008f3c3

adapt to mx change in terms of where generated output is placed
author Doug Simon <doug.simon@oracle.com>
date Sun, 27 Sep 2015 15:10:30 +0200
parents 0e095e2c24e2
children 1bbd4a7c274b
line wrap: on
line diff
--- a/make/windows/makefiles/projectcreator.make	Fri Sep 25 09:58:47 2015 -0700
+++ b/make/windows/makefiles/projectcreator.make	Sun Sep 27 15:10:30 2015 +0200
@@ -56,7 +56,7 @@
         -relativeInclude src\os\windows\vm \
         -relativeInclude src\os_cpu\windows_$(Platform_arch)\vm \
         -relativeInclude src\cpu\$(Platform_arch)\vm \
-        -relativeInclude jvmci\jdk.internal.jvmci.hotspot\src_gen\hotspot \
+        -relativeInclude mxbuild\jvmci\jdk.internal.jvmci.hotspot\src_gen\hotspot \
         -absoluteInclude $(HOTSPOTBUILDSPACE)/%f/generated \
         -relativeSrcInclude src \
         -absoluteSrcInclude $(HOTSPOTBUILDSPACE) \
@@ -152,7 +152,7 @@
 
 ProjectCreatorIDEOptionsIgnoreJVMCI=\
  -ignorePath_TARGET src/share/vm/jvmci \
- -ignorePath_TARGET jvmci\jdk.internal.jvmci.hotspot\src_gen\hotspot \
+ -ignorePath_TARGET mxbuild/jvmci/jdk.internal.jvmci.hotspot/src_gen/hotspot \
  -ignorePath_TARGET vm/jvmci
 
 ProjectCreatorIDEOptionsIgnoreCompiler2=\