comparison make/windows/makefiles/vm.make @ 8821:6b748c9e1845

8010651: create.bat still builds the kernel Summary: Remove old kernel build targets and VS C++ projects created by create.bat on Windows Reviewed-by: coleenp, sla
author zgu
date Tue, 26 Mar 2013 14:11:21 -0400
parents 8b46b0196eb0
children b9a918201d47 f36e073d56a4
comparison
equal deleted inserted replaced
8816:729be16a470b 8821:6b748c9e1845
87 87
88 !if "$(BUILDARCH)" == "ia64" 88 !if "$(BUILDARCH)" == "ia64"
89 # AsyncGetCallTrace is not supported on IA64 yet 89 # AsyncGetCallTrace is not supported on IA64 yet
90 AGCT_EXPORT= 90 AGCT_EXPORT=
91 !else 91 !else
92 !if "$(Variant)" == "kernel"
93 AGCT_EXPORT=
94 !else
95 AGCT_EXPORT=/export:AsyncGetCallTrace 92 AGCT_EXPORT=/export:AsyncGetCallTrace
96 !endif
97 !endif 93 !endif
98 94
99 # If you modify exports below please do the corresponding changes in 95 # If you modify exports below please do the corresponding changes in
100 # src/share/tools/ProjectCreator/WinGammaPlatformVC7.java 96 # src/share/tools/ProjectCreator/WinGammaPlatformVC7.java
101 LD_FLAGS=$(LD_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x8000000 \ 97 LD_FLAGS=$(LD_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x8000000 \