comparison make/windows/makefiles/projectcreator.make @ 2184:5d801e6b9a80

Imported build system changes from other repository.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:10 +0100
parents 06f017f7daa7
children 2ab52cda08e5
comparison
equal deleted inserted replaced
2183:eed52202caea 2184:5d801e6b9a80
86 -compiler $(VcVersion) \ 86 -compiler $(VcVersion) \
87 -projectFileName $(HOTSPOTBUILDROOT)\$(ProjectFile) \ 87 -projectFileName $(HOTSPOTBUILDROOT)\$(ProjectFile) \
88 -jdkTargetRoot $(HOTSPOTJDKDIST) \ 88 -jdkTargetRoot $(HOTSPOTJDKDIST) \
89 -define ALIGN_STACK_FRAMES \ 89 -define ALIGN_STACK_FRAMES \
90 -define VM_LITTLE_ENDIAN \ 90 -define VM_LITTLE_ENDIAN \
91 -prelink "" "Generating vm.def..." "cd $(HOTSPOTBUILDSPACE)\%f\%b set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME) $(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LINK_VER)" \ 91 -prelink "" "Generating vm.def..." "cd %o set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME) $(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LINK_VER)" \
92 -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" \ 92 -postbuild "" "Building hotspot.exe..." "cd %o HOTSPOTMKSHOME=$(HOTSPOTMKSHOME) nmake -f $(HOTSPOTWORKSPACE)\make\windows\projectfiles\common\Makefile LOCAL_MAKE=$(HOTSPOTBUILDSPACE)\%f\local.make JAVA_HOME=$(HOTSPOTJDKDIST) launcher" \
93 -ignoreFile jsig.c \ 93 -ignoreFile jsig.c \
94 -ignoreFile jvmtiEnvRecommended.cpp \ 94 -ignoreFile jvmtiEnvRecommended.cpp \
95 -ignoreFile jvmtiEnvStub.cpp \ 95 -ignoreFile jvmtiEnvStub.cpp \
96 -ignoreFile globalDefinitions_gcc.hpp \ 96 -ignoreFile globalDefinitions_gcc.hpp \
97 -ignoreFile globalDefinitions_sparcWorks.hpp \ 97 -ignoreFile globalDefinitions_sparcWorks.hpp \