< prev index next >

hotspot/make/ide/CreateVSProject.gmk

Print this page




  73     -ignorePath arm \
  74     -ignorePath bsd \
  75     -ignorePath linux \
  76     -ignorePath posix \
  77     -ignorePath ppc \
  78     -ignorePath shark \
  79     -ignorePath solaris \
  80     -ignorePath sparc \
  81     -ignorePath x86_32 \
  82     -ignorePath zero \
  83       #
  84 
  85   ################################################################################
  86   # Build the ProjectCreator java tool.
  87 
  88   TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/tools_classes
  89 
  90   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
  91       SETUP := GENERATE_OLDBYTECODE, \
  92       ADD_JAVAC_FLAGS := -Xlint:-auxiliaryclass, \
  93       SRC := $(HOTSPOT_TOPDIR)/makefiles/src/classes, \
  94       BIN := $(TOOLS_OUTPUTDIR), \
  95   ))
  96 
  97   TARGETS += $(BUILD_PROJECT_CREATOR)
  98 
  99   # Run the ProjectCreator tool
 100   PROJECT_CREATOR_TOOL := $(JAVA_SMALL) -cp $(TOOLS_OUTPUTDIR) build.tools.projectcreator.ProjectCreator
 101 
 102   IDE_OUTPUTDIR := $(BUILD_OUTPUT)/ide/hotspot-visualstudio
 103 
 104   VCPROJ_FILE := $(IDE_OUTPUTDIR)/jvm.vcxproj
 105 
 106   PROJECT_CREATOR_CLASS := build.tools.projectcreator.WinGammaPlatformVC10
 107 
 108   # We hard-code gensrc dir to server (since this includes adfiles)
 109   PROJECT_CREATOR_ARGS := \
 110       -sourceBase $(call FixPath, $(HOTSPOT_TOPDIR)) \
 111       -startAt src \
 112       -relativeSrcInclude src \
 113       -hidePath .hg \




  73     -ignorePath arm \
  74     -ignorePath bsd \
  75     -ignorePath linux \
  76     -ignorePath posix \
  77     -ignorePath ppc \
  78     -ignorePath shark \
  79     -ignorePath solaris \
  80     -ignorePath sparc \
  81     -ignorePath x86_32 \
  82     -ignorePath zero \
  83       #
  84 
  85   ################################################################################
  86   # Build the ProjectCreator java tool.
  87 
  88   TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/tools_classes
  89 
  90   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
  91       SETUP := GENERATE_OLDBYTECODE, \
  92       ADD_JAVAC_FLAGS := -Xlint:-auxiliaryclass, \
  93       SRC := $(HOTSPOT_TOPDIR)/make/src/classes, \
  94       BIN := $(TOOLS_OUTPUTDIR), \
  95   ))
  96 
  97   TARGETS += $(BUILD_PROJECT_CREATOR)
  98 
  99   # Run the ProjectCreator tool
 100   PROJECT_CREATOR_TOOL := $(JAVA_SMALL) -cp $(TOOLS_OUTPUTDIR) build.tools.projectcreator.ProjectCreator
 101 
 102   IDE_OUTPUTDIR := $(BUILD_OUTPUT)/ide/hotspot-visualstudio
 103 
 104   VCPROJ_FILE := $(IDE_OUTPUTDIR)/jvm.vcxproj
 105 
 106   PROJECT_CREATOR_CLASS := build.tools.projectcreator.WinGammaPlatformVC10
 107 
 108   # We hard-code gensrc dir to server (since this includes adfiles)
 109   PROJECT_CREATOR_ARGS := \
 110       -sourceBase $(call FixPath, $(HOTSPOT_TOPDIR)) \
 111       -startAt src \
 112       -relativeSrcInclude src \
 113       -hidePath .hg \


< prev index next >