comparison make/windows/create.bat @ 2393:74e790c48cd4

7031571: Generate native VS2010 project files Reviewed-by: hosterda, stefank, brutisso
author sla
date Mon, 28 Mar 2011 12:48:08 +0200
parents 15d6977f04b0
children 0654ee04b214 6b748c9e1845
comparison
equal deleted inserted replaced
2388:006b3750a4d4 2393:74e790c48cd4
91 ) else ( 91 ) else (
92 if "%MSC_VER%" == "1500" ( 92 if "%MSC_VER%" == "1500" (
93 echo Will generate VC9 {Visual Studio 2008} 93 echo Will generate VC9 {Visual Studio 2008}
94 ) else ( 94 ) else (
95 if "%MSC_VER%" == "1600" ( 95 if "%MSC_VER%" == "1600" (
96 echo Detected Visual Studio 2010, but 96 echo Will generate VC10 {Visual Studio 2010}
97 echo will generate VC9 {Visual Studio 2008} 97 set ProjectFile=%HotSpotBuildSpace%\jvm.vcxproj
98 echo Use conversion wizard in VS 2010.
99 ) else ( 98 ) else (
100 echo Will generate VC7 project {Visual Studio 2003 .NET} 99 echo Will generate VC7 project {Visual Studio 2003 .NET}
101 ) 100 )
102 ) 101 )
103 ) 102 )
104 ) 103 )
105 echo %ProjectFile% 104 echo %ProjectFile%
106 echo ************************************************************** 105 echo **************************************************************
107 106
108 REM Test all variables to see whether the directories they 107 REM Test all variables to see whether the directories they
109 REM reference exist 108 REM reference exist
110 109