comparison make/windows/create.bat @ 2491:0654ee04b214

Merge with OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:30:53 +0200
parents 2ab52cda08e5 74e790c48cd4
children 7189684fde3e
comparison
equal deleted inserted replaced
2490:29246b1d2d3c 2491:0654ee04b214
93 ) else ( 93 ) else (
94 if "%MSC_VER%" == "1500" ( 94 if "%MSC_VER%" == "1500" (
95 echo Will generate VC9 {Visual Studio 2008} 95 echo Will generate VC9 {Visual Studio 2008}
96 ) else ( 96 ) else (
97 if "%MSC_VER%" == "1600" ( 97 if "%MSC_VER%" == "1600" (
98 echo Detected Visual Studio 2010, but 98 echo Will generate VC10 {Visual Studio 2010}
99 echo will generate VC9 {Visual Studio 2008} 99 set ProjectFile=%HotSpotBuildSpace%\jvm.vcxproj
100 echo Use conversion wizard in VS 2010.
101 ) else ( 100 ) else (
102 echo Will generate VC7 project {Visual Studio 2003 .NET} 101 echo Will generate VC7 project {Visual Studio 2003 .NET}
103 ) 102 )
104 ) 103 )
105 ) 104 )
106 ) 105 )
107 echo %ProjectFile% 106 echo %ProjectFile%
108 echo ************************************************************** 107 echo **************************************************************
109 108
110 REM Test all variables to see whether the directories they 109 REM Test all variables to see whether the directories they
111 REM reference exist 110 REM reference exist
112 111