make/ide/CreateVSProject.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/ide/CreateVSProject.gmk	Wed Feb 15 16:54:54 2017
--- new/make/ide/CreateVSProject.gmk	Wed Feb 15 16:54:54 2017

*** 110,121 **** --- 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