comparison make/windows/makefiles/vm.make @ 356:1ee8caae33af

Merge
author tonyp
date Thu, 21 Aug 2008 23:36:31 -0400
parents 37f87013dfd8 9c2ecc2ffb12
children 67a2f5ba5582
comparison
equal deleted inserted replaced
355:0edda524b58c 356:1ee8caae33af
1 # 1 #
2 # Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. 2 # Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
86 !else 86 !else
87 AGCT_EXPORT=/export:AsyncGetCallTrace 87 AGCT_EXPORT=/export:AsyncGetCallTrace
88 !endif 88 !endif
89 !endif 89 !endif
90 90
91 LINK_FLAGS=$(LINK_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x8000000 \ 91 LINK_FLAGS=$(LINK_FLAGS) $(STACK_SIZE) /subsystem:windows /dll /base:0x8000000 \
92 /export:JNI_GetDefaultJavaVMInitArgs /export:JNI_CreateJavaVM \ 92 /export:JNI_GetDefaultJavaVMInitArgs \
93 /export:JNI_GetCreatedJavaVMs /export:jio_snprintf \ 93 /export:JNI_CreateJavaVM \
94 /export:jio_printf /export:jio_fprintf \ 94 /export:JVM_FindClassFromBootLoader \
95 /export:jio_vfprintf /export:jio_vsnprintf $(AGCT_EXPORT) \ 95 /export:JNI_GetCreatedJavaVMs \
96 /export:JVM_GetVersionInfo \ 96 /export:jio_snprintf \
97 /export:JVM_GetThreadStateNames /export:JVM_GetThreadStateValues \ 97 /export:jio_printf \
98 /export:jio_fprintf \
99 /export:jio_vfprintf \
100 /export:jio_vsnprintf \
101 $(AGCT_EXPORT) \
102 /export:JVM_GetVersionInfo \
103 /export:JVM_GetThreadStateNames \
104 /export:JVM_GetThreadStateValues \
98 /export:JVM_InitAgentProperties 105 /export:JVM_InitAgentProperties
99 106
100 CPP_INCLUDE_DIRS=\ 107 CPP_INCLUDE_DIRS=\
101 /I "..\generated" \ 108 /I "..\generated" \
102 /I "..\generated\jvmtifiles" \ 109 /I "..\generated\jvmtifiles" \