comparison src/share/vm/runtime/vm_version.cpp @ 645:c3a720eefe82

6816308: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003 Summary: Allow Hotspot builds with latest Windows SDK 6.1 on 64bit Windows 2003 Reviewed-by: ohair, tbell, jcoomes
author kvn
date Mon, 16 Mar 2009 15:06:33 -0700
parents d1605aabd0a1
children bd02caa94611
comparison
equal deleted inserted replaced
644:c517646eef23 645:c3a720eefe82
161 #if _MSC_VER == 1100 161 #if _MSC_VER == 1100
162 #define HOTSPOT_BUILD_COMPILER "MS VC++ 5.0" 162 #define HOTSPOT_BUILD_COMPILER "MS VC++ 5.0"
163 #elif _MSC_VER == 1200 163 #elif _MSC_VER == 1200
164 #define HOTSPOT_BUILD_COMPILER "MS VC++ 6.0" 164 #define HOTSPOT_BUILD_COMPILER "MS VC++ 6.0"
165 #elif _MSC_VER == 1310 165 #elif _MSC_VER == 1310
166 #define HOTSPOT_BUILD_COMPILER "MS VC++ 7.1" 166 #define HOTSPOT_BUILD_COMPILER "MS VC++ 7.1 (VS2003)"
167 #elif _MSC_VER == 1400 167 #elif _MSC_VER == 1400
168 #define HOTSPOT_BUILD_COMPILER "MS VC++ 8.0" 168 #define HOTSPOT_BUILD_COMPILER "MS VC++ 8.0 (VS2005)"
169 #elif _MSC_VER == 1500
170 #define HOTSPOT_BUILD_COMPILER "MS VC++ 9.0 (VS2008)"
169 #else 171 #else
170 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) 172 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
171 #endif 173 #endif
172 #elif defined(__SUNPRO_CC) 174 #elif defined(__SUNPRO_CC)
173 #if __SUNPRO_CC == 0x420 175 #if __SUNPRO_CC == 0x420