comparison make/windows/makefiles/vm.make @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents 5fc51c1ecdeb 6b748c9e1845
children 43223d3f5dcd
comparison
equal deleted inserted replaced
8660:d47b52b0ff68 8883:b9a918201d47
91 91
92 !if "$(BUILDARCH)" == "ia64" 92 !if "$(BUILDARCH)" == "ia64"
93 # AsyncGetCallTrace is not supported on IA64 yet 93 # AsyncGetCallTrace is not supported on IA64 yet
94 AGCT_EXPORT= 94 AGCT_EXPORT=
95 !else 95 !else
96 !if "$(Variant)" == "kernel"
97 AGCT_EXPORT=
98 !else
99 AGCT_EXPORT=/export:AsyncGetCallTrace 96 AGCT_EXPORT=/export:AsyncGetCallTrace
100 !endif
101 !endif 97 !endif
102 98
103 # If you modify exports below please do the corresponding changes in 99 # If you modify exports below please do the corresponding changes in
104 # src/share/tools/ProjectCreator/WinGammaPlatformVC7.java 100 # src/share/tools/ProjectCreator/WinGammaPlatformVC7.java
105 LD_FLAGS=$(LD_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x8000000 \ 101 LD_FLAGS=$(LD_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x8000000 \