comparison make/windows/create.bat @ 8821:6b748c9e1845

8010651: create.bat still builds the kernel Summary: Remove old kernel build targets and VS C++ projects created by create.bat on Windows Reviewed-by: coleenp, sla
author zgu
date Tue, 26 Mar 2013 14:11:21 -0400
parents 74e790c48cd4
children b9a918201d47 31f3b1e1c5e5
comparison
equal deleted inserted replaced
8816:729be16a470b 8821:6b748c9e1845
146 echo HotSpotJDKDist=%HotSpotJDKDist% 146 echo HotSpotJDKDist=%HotSpotJDKDist%
147 147
148 148
149 REM This is now safe to do. 149 REM This is now safe to do.
150 :copyfiles 150 :copyfiles
151 for /D %%i in (compiler1, compiler2, tiered, core, kernel) do ( 151 for /D %%i in (compiler1, compiler2, tiered, core) do (
152 if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated 152 if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated
153 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL 153 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL
154 ) 154 )
155 155
156 REM force regneration of ProjectFile 156 REM force regneration of ProjectFile
157 if exist %ProjectFile% del %ProjectFile% 157 if exist %ProjectFile% del %ProjectFile%
158 158
159 for /D %%i in (compiler1, compiler2, tiered, core, kernel) do ( 159 for /D %%i in (compiler1, compiler2, tiered, core) do (
160 echo -- %%i -- 160 echo -- %%i --
161 echo # Generated file! > %HotSpotBuildSpace%\%%i\local.make 161 echo # Generated file! > %HotSpotBuildSpace%\%%i\local.make
162 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make 162 echo # Changing a variable below and then deleting %ProjectFile% will cause >> %HotSpotBuildSpace%\%%i\local.make
163 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make 163 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make
164 echo # version requires rerunning create.bat. >> %HotSpotBuildSpace%\%%i\local.make 164 echo # version requires rerunning create.bat. >> %HotSpotBuildSpace%\%%i\local.make