diff 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
line wrap: on
line diff
--- a/make/windows/makefiles/vm.make	Mon Mar 25 08:37:28 2013 -0400
+++ b/make/windows/makefiles/vm.make	Tue Mar 26 14:11:21 2013 -0400
@@ -89,12 +89,8 @@
 # AsyncGetCallTrace is not supported on IA64 yet
 AGCT_EXPORT=
 !else
-!if "$(Variant)" == "kernel"
-AGCT_EXPORT=
-!else
 AGCT_EXPORT=/export:AsyncGetCallTrace
 !endif
-!endif
 
 # If you modify exports below please do the corresponding changes in
 # src/share/tools/ProjectCreator/WinGammaPlatformVC7.java