make/windows/create.bat

changeset 5500
31f3b1e1c5e5
parent 4821
6b748c9e1845
child 5605
f462e61bce87
     1.1 --- a/make/windows/create.bat	Wed Aug 07 19:02:06 2013 +0400
     1.2 +++ b/make/windows/create.bat	Thu Aug 08 09:21:30 2013 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  @echo off
     1.5  REM
     1.6 -REM Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7 +REM Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.8  REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  REM
    1.10  REM This code is free software; you can redistribute it and/or modify it
    1.11 @@ -148,7 +148,7 @@
    1.12  
    1.13  REM This is now safe to do.
    1.14  :copyfiles
    1.15 -for /D %%i in (compiler1, compiler2, tiered, core) do (
    1.16 +for /D %%i in (compiler1, compiler2, tiered ) do (
    1.17  if NOT EXIST %HotSpotBuildSpace%\%%i\generated mkdir %HotSpotBuildSpace%\%%i\generated
    1.18  copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL
    1.19  )
    1.20 @@ -156,7 +156,7 @@
    1.21  REM force regneration of ProjectFile
    1.22  if exist %ProjectFile% del %ProjectFile%
    1.23  
    1.24 -for /D %%i in (compiler1, compiler2, tiered, core) do (
    1.25 +for /D %%i in (compiler1, compiler2, tiered ) do (
    1.26  echo -- %%i --
    1.27  echo # Generated file!                                                        >    %HotSpotBuildSpace%\%%i\local.make
    1.28  echo # Changing a variable below and then deleting %ProjectFile% will cause  >>    %HotSpotBuildSpace%\%%i\local.make

mercurial