comparison make/windows/makefiles/projectcreator.make @ 4891:719f7007c8e8

7141242: build-infra merge: Rename CPP->CXX and LINK->LD Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker. Reviewed-by: dholmes, ohrstrom
author erikj
date Mon, 06 Feb 2012 09:14:22 +0100
parents 94ec88ca68e2
children 33df1aeaebbf 51612f0c0a79
comparison
equal deleted inserted replaced
4890:c77d473e71f7 4891:719f7007c8e8
87 -compiler $(VcVersion) \ 87 -compiler $(VcVersion) \
88 -projectFileName $(HOTSPOTBUILDSPACE)\$(ProjectFile) \ 88 -projectFileName $(HOTSPOTBUILDSPACE)\$(ProjectFile) \
89 -jdkTargetRoot $(HOTSPOTJDKDIST) \ 89 -jdkTargetRoot $(HOTSPOTJDKDIST) \
90 -define ALIGN_STACK_FRAMES \ 90 -define ALIGN_STACK_FRAMES \
91 -define VM_LITTLE_ENDIAN \ 91 -define VM_LITTLE_ENDIAN \
92 -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)" \ 92 -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)" \
93 -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" \ 93 -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" \
94 -ignoreFile jsig.c \ 94 -ignoreFile jsig.c \
95 -ignoreFile jvmtiEnvRecommended.cpp \ 95 -ignoreFile jvmtiEnvRecommended.cpp \
96 -ignoreFile jvmtiEnvStub.cpp \ 96 -ignoreFile jvmtiEnvStub.cpp \
97 -ignoreFile globalDefinitions_gcc.hpp \ 97 -ignoreFile globalDefinitions_gcc.hpp \