< prev index next >

make/ide/visualstudio/hotspot/CreateVSProject.gmk

Print this page

        

@@ -91,16 +91,16 @@
       #
 
   ################################################################################
   # Build the ProjectCreator java tool.
 
-  TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/tools_classes
+  TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/ide_classes
 
   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
       TARGET_RELEASE := $(TARGET_RELEASE_BOOTJDK), \
       DISABLED_WARNINGS := auxiliaryclass deprecation rawtypes unchecked cast options, \
-      SRC := $(TOPDIR)/make/hotspot/src/classes, \
+      SRC := $(TOPDIR)/make/ide/visualstudio/hotspot/src/classes, \
       BIN := $(TOOLS_OUTPUTDIR), \
       JAVAC_FLAGS := -XDstringConcat=inline, \
   ))
 
   TARGETS += $(BUILD_PROJECT_CREATOR)
< prev index next >