comparison make/windows/makefiles/projectcreator.make @ 10510:f40010b67b6e

fix windows build directory
author Andreas Woess <andreas.woess@jku.at>
date Mon, 24 Jun 2013 12:57:44 +0200
parents 836a62f43af9
children 3cce976666d9
comparison
equal deleted inserted replaced
10507:329c22feda1f 10510:f40010b67b6e
102 -compiler $(VcVersion) \ 102 -compiler $(VcVersion) \
103 -projectFileName $(HOTSPOTBUILDSPACE)\$(ProjectFile) \ 103 -projectFileName $(HOTSPOTBUILDSPACE)\$(ProjectFile) \
104 -jdkTargetRoot $(HOTSPOTJDKDIST) \ 104 -jdkTargetRoot $(HOTSPOTJDKDIST) \
105 -define ALIGN_STACK_FRAMES \ 105 -define ALIGN_STACK_FRAMES \
106 -define VM_LITTLE_ENDIAN \ 106 -define VM_LITTLE_ENDIAN \
107 -prelink "" "Generating vm.def..." "cd $(HOTSPOTBUILDSPACE)\%f\%b set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME) set JAVA_HOME=$(HOTSPOTJDKDIST) $(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LD_VER)" \ 107 -prelink "" "Generating vm.def..." "cd %o set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME) set JAVA_HOME=$(HOTSPOTJDKDIST) $(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LD_VER)" \
108 -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" \ 108 -postbuild "" "Building hotspot.exe..." "cd %o set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME) nmake -f $(HOTSPOTWORKSPACE)\make\windows\projectfiles\common\Makefile LOCAL_MAKE=$(HOTSPOTBUILDSPACE)\%f\local.make JAVA_HOME=$(HOTSPOTJDKDIST) launcher" \
109 -ignoreFile jsig.c \ 109 -ignoreFile jsig.c \
110 -ignoreFile jvmtiEnvRecommended.cpp \ 110 -ignoreFile jvmtiEnvRecommended.cpp \
111 -ignoreFile jvmtiEnvStub.cpp \ 111 -ignoreFile jvmtiEnvStub.cpp \
112 -ignoreFile globalDefinitions_gcc.hpp \ 112 -ignoreFile globalDefinitions_gcc.hpp \
113 -ignoreFile globalDefinitions_sparcWorks.hpp \ 113 -ignoreFile globalDefinitions_sparcWorks.hpp \