< prev index next >

make/ide/visualstudio/hotspot/CreateVSProject.gmk

Print this page

        

*** 91,106 **** # ################################################################################ # Build the ProjectCreator java tool. ! TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/tools_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, \ BIN := $(TOOLS_OUTPUTDIR), \ JAVAC_FLAGS := -XDstringConcat=inline, \ )) TARGETS += $(BUILD_PROJECT_CREATOR) --- 91,106 ---- # ################################################################################ # Build the ProjectCreator java tool. ! 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/ide/visualstudio/hotspot/src/classes, \ BIN := $(TOOLS_OUTPUTDIR), \ JAVAC_FLAGS := -XDstringConcat=inline, \ )) TARGETS += $(BUILD_PROJECT_CREATOR)
< prev index next >