comparison make/windows/create.bat @ 4572:76841bdd5f3e

(Windows) Add Graal build configurations (with GRAAL defined) and fix build command.
author Andreas Woess <andreas.woess@jku.at>
date Sat, 11 Feb 2012 23:35:44 +0100
parents 7189684fde3e
children b9a918201d47
comparison
equal deleted inserted replaced
4571:ac6e494d048a 4572:76841bdd5f3e
148 echo HotSpotJDKDist=%HotSpotJDKDist% 148 echo HotSpotJDKDist=%HotSpotJDKDist%
149 149
150 150
151 REM This is now safe to do. 151 REM This is now safe to do.
152 :copyfiles 152 :copyfiles
153 for /D %%i in (compiler1, compiler2, tiered, core, kernel) do ( 153 for /D %%i in (graal, compiler1, compiler2, tiered, core, kernel) do (
154 if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated 154 if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated
155 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL 155 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL
156 ) 156 )
157 157
158 REM force regneration of ProjectFile 158 REM force regneration of ProjectFile
159 if exist %ProjectFile% del %ProjectFile% 159 if exist %ProjectFile% del %ProjectFile%
160 160
161 for /D %%i in (compiler1, compiler2, tiered, core, kernel) do ( 161 for /D %%i in (graal, compiler1, compiler2, tiered, core, kernel) do (
162 echo -- %%i -- 162 echo -- %%i --
163 echo # Generated file! > %HotSpotBuildSpace%\%%i\local.make 163 echo # Generated file! > %HotSpotBuildSpace%\%%i\local.make
164 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make 164 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make
165 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make 165 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make
166 echo # version requires rerunning create.bat. >> %HotSpotBuildSpace%\%%i\local.make 166 echo # version requires rerunning create.bat. >> %HotSpotBuildSpace%\%%i\local.make