make/ide/CreateVSProject.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff make/ide/CreateVSProject.gmk

make/ide/CreateVSProject.gmk

Print this page

        

*** 110,121 **** -sourceBase $(call FixPath, $(HOTSPOT_TOPDIR)) \ -startAt src \ -relativeSrcInclude src \ -hidePath .hg \ -hidePath .jcheck \ -hidePath jdk.hotspot.agent \ ! -hidePath jdk.vm.ci \ -hidePath jdk.jfr \ -compiler VC10 \ -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \ -platformName x64 \ -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \ --- 110,123 ---- -sourceBase $(call FixPath, $(HOTSPOT_TOPDIR)) \ -startAt src \ -relativeSrcInclude src \ -hidePath .hg \ -hidePath .jcheck \ + -hidePath jdk.aot \ -hidePath jdk.hotspot.agent \ ! -hidePath jdk.internal.vm.ci \ ! -hidePath jdk.internal.vm.compiler \ -hidePath jdk.jfr \ -compiler VC10 \ -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \ -platformName x64 \ -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
make/ide/CreateVSProject.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File