< prev index next >

make/ide/visualstudio/hotspot/CreateVSProject.gmk

Print this page
rev 59383 : [mq]: final


  67   # Hand-code variant-specific arguments, based on the fact that we use
  68   # client for general arguments. Not optimal but other solutions require
  69   # major changes in ProjectCreator.
  70   ADDITIONAL_VARIANT_ARGS := \
  71       -define_server COMPILER2 \
  72       -ignorePath_client adfiles \
  73       -ignorePath_client c2_ \
  74       -ignorePath_client runtime_ \
  75       -ignorePath_client libadt \
  76       -ignorePath_client opto \
  77       #
  78 
  79   IGNORED_PLATFORMS_ARGS := \
  80     -ignorePath aarch64 \
  81     -ignorePath aix \
  82     -ignorePath arm \
  83     -ignorePath bsd \
  84     -ignorePath linux \
  85     -ignorePath posix \
  86     -ignorePath ppc \
  87     -ignorePath solaris \
  88     -ignorePath sparc \
  89     -ignorePath x86_32 \
  90     -ignorePath zero \
  91       #
  92 
  93   ################################################################################
  94   # Build the ProjectCreator java tool.
  95 
  96   TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/ide_classes
  97 
  98   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
  99       TARGET_RELEASE := $(TARGET_RELEASE_BOOTJDK), \
 100       DISABLED_WARNINGS := auxiliaryclass deprecation rawtypes unchecked cast options, \
 101       SRC := $(TOPDIR)/make/ide/visualstudio/hotspot/src/classes, \
 102       BIN := $(TOOLS_OUTPUTDIR), \
 103       JAVAC_FLAGS := -XDstringConcat=inline, \
 104   ))
 105 
 106   TARGETS += $(BUILD_PROJECT_CREATOR)
 107 
 108   # Run the ProjectCreator tool




  67   # Hand-code variant-specific arguments, based on the fact that we use
  68   # client for general arguments. Not optimal but other solutions require
  69   # major changes in ProjectCreator.
  70   ADDITIONAL_VARIANT_ARGS := \
  71       -define_server COMPILER2 \
  72       -ignorePath_client adfiles \
  73       -ignorePath_client c2_ \
  74       -ignorePath_client runtime_ \
  75       -ignorePath_client libadt \
  76       -ignorePath_client opto \
  77       #
  78 
  79   IGNORED_PLATFORMS_ARGS := \
  80     -ignorePath aarch64 \
  81     -ignorePath aix \
  82     -ignorePath arm \
  83     -ignorePath bsd \
  84     -ignorePath linux \
  85     -ignorePath posix \
  86     -ignorePath ppc \


  87     -ignorePath x86_32 \
  88     -ignorePath zero \
  89       #
  90 
  91   ################################################################################
  92   # Build the ProjectCreator java tool.
  93 
  94   TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/ide_classes
  95 
  96   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
  97       TARGET_RELEASE := $(TARGET_RELEASE_BOOTJDK), \
  98       DISABLED_WARNINGS := auxiliaryclass deprecation rawtypes unchecked cast options, \
  99       SRC := $(TOPDIR)/make/ide/visualstudio/hotspot/src/classes, \
 100       BIN := $(TOOLS_OUTPUTDIR), \
 101       JAVAC_FLAGS := -XDstringConcat=inline, \
 102   ))
 103 
 104   TARGETS += $(BUILD_PROJECT_CREATOR)
 105 
 106   # Run the ProjectCreator tool


< prev index next >