make/windows/makefiles/projectcreator.make

changeset 3427
94ec88ca68e2
parent 3283
c17bc65648de
child 3518
719f7007c8e8
     1.1 --- a/make/windows/makefiles/projectcreator.make	Mon Jan 09 10:27:24 2012 +0100
     1.2 +++ b/make/windows/makefiles/projectcreator.make	Wed Jan 11 17:34:02 2012 -0500
     1.3 @@ -58,7 +58,8 @@
     1.4          -absoluteInclude $(HOTSPOTBUILDSPACE)/%f/generated \
     1.5          -ignorePath $(HOTSPOTBUILDSPACE)/%f/generated \
     1.6          -ignorePath src\share\vm\adlc \
     1.7 -        -ignorePath src\share\vm\shark
     1.8 +        -ignorePath src\share\vm\shark \
     1.9 +        -ignorePath posix
    1.10  
    1.11  # This is referenced externally by both the IDE and batch builds
    1.12  ProjectCreatorOptions=
    1.13 @@ -88,7 +89,7 @@
    1.14          -jdkTargetRoot $(HOTSPOTJDKDIST) \
    1.15          -define ALIGN_STACK_FRAMES \
    1.16          -define VM_LITTLE_ENDIAN \
    1.17 -        -prelink  "" "Generating vm.def..." "cd $(HOTSPOTBUILDSPACE)\%f\%b	set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME)	$(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LINK_VER)" \
    1.18 +        -prelink  "" "Generating vm.def..." "cd $(HOTSPOTBUILDSPACE)\%f\%b	set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME)	set JAVA_HOME=$(HOTSPOTJDKDIST)	$(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LINK_VER)" \
    1.19          -postbuild "" "Building hotspot.exe..." "cd $(HOTSPOTBUILDSPACE)\%f\%b	set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME)	nmake -f $(HOTSPOTWORKSPACE)\make\windows\projectfiles\common\Makefile LOCAL_MAKE=$(HOTSPOTBUILDSPACE)\%f\local.make JAVA_HOME=$(HOTSPOTJDKDIST) launcher" \
    1.20          -ignoreFile jsig.c \
    1.21          -ignoreFile jvmtiEnvRecommended.cpp \

mercurial