Merge

Tue, 29 Jun 2010 10:48:02 -0700

author
lana
date
Tue, 29 Jun 2010 10:48:02 -0700
changeset 196
a191e79df156
parent 191
47f6b7db1882
parent 190
dc900d5a8e2f
child 197
9cda7c220c08

Merge

     1.1 --- a/.hgtags	Mon Jun 21 11:00:15 2010 -0700
     1.2 +++ b/.hgtags	Tue Jun 29 10:48:02 2010 -0700
     1.3 @@ -72,3 +72,5 @@
     1.4  fd3663286e77b9f13c39eee124db2beb079b3ca6 jdk7-b95
     1.5  cf71cb5151166f35433afebaf67dbf34a704a170 jdk7-b96
     1.6  5e197c942c6ebd8b92f324a31049c5f1d26d40ef jdk7-b97
     1.7 +6cea9984d73d74de0cd01f30d07ac0a1ed196117 jdk7-b98
     1.8 +e7f18db469a3e947b7096bfd12e87380e5a042cd jdk7-b99
     2.1 --- a/README-builds.html	Mon Jun 21 11:00:15 2010 -0700
     2.2 +++ b/README-builds.html	Tue Jun 29 10:48:02 2010 -0700
     2.3 @@ -65,8 +65,9 @@
     2.4                              <li><a href="#cacerts">Certificate Authority File (cacert)</a> </li>
     2.5                              <li><a href="#compilers">Compilers</a> 
     2.6                                  <ul>
     2.7 -                                    <li><a href="#msvc">Microsoft Visual Studio</a> </li>
     2.8 -                                    <li><a href="#mssdk">Microsoft Platform SDK</a> </li>
     2.9 +                                    <li><a href="#msvc32">Microsoft Visual Studio Professional/Express for 32 bit</a> </li>
    2.10 +                                    <li><a href="#msvc64">Microsoft Visual Studio Professional for 64 bit</a> </li>
    2.11 +                                    <li><a href="#mssdk64">Microsoft Windows SDK for 64 bit</a> </li>
    2.12                                      <li><a href="#gcc">Linux gcc/binutils</a> </li>
    2.13                                      <li><a href="#studio">Sun Studio</a> </li>
    2.14                                  </ul>
    2.15 @@ -789,11 +790,11 @@
    2.16                  </li>
    2.17                  <li>
    2.18                      Install the
    2.19 -                    <a href="#msvc">Microsoft Visual Studio Compilers</a>).
    2.20 +                    <a href="#msvc32">Microsoft Visual Studio Compilers</a>).
    2.21                  </li>
    2.22                  <li>
    2.23                      Setup all environment variables for compilers 
    2.24 -                    (see <a href="#msvc">compilers</a>).
    2.25 +                    (see <a href="#msvc32">compilers</a>).
    2.26                  </li>
    2.27                  <li>
    2.28                      Install 
    2.29 @@ -958,7 +959,7 @@
    2.30                      are also an option, although these compilers have not
    2.31                      been extensively used yet.
    2.32                  </blockquote>
    2.33 -                <strong><a name="msvc">Windows i586: Microsoft Visual Studio Compilers</a></strong>
    2.34 +                <strong><a name="msvc32">Windows i586: Microsoft Visual Studio 2010 Compilers</a></strong>
    2.35                  <blockquote>
    2.36  <p>
    2.37  <b>BEGIN WARNING</b>: At this time (Spring/Summer 2010) JDK 7 is starting a transition to
    2.38 @@ -971,14 +972,13 @@
    2.39  We do not guarantee that VS2008 will work, although there is sufficient
    2.40  makefile support to make at least basic JDK builds plausible.
    2.41  Visual Studio 2010 Express compilers are now able to build all the
    2.42 -open source repositories, but this is 32 bit only, since
    2.43 -we have not yet seen the 7.1 Windows SDK with the 64 bit
    2.44 -compilers. <b>END WARNING.</b>
    2.45 +open source repositories, but this is 32 bit only. To build 64 bit
    2.46 +Windows binaries use the the 7.1 Windows SDK.<b>END WARNING.</b>
    2.47  <p>
    2.48                      The 32-bit OpenJDK Windows build
    2.49                      requires 
    2.50                      Microsoft Visual Studio C++ 2010 (VS2010) Professional
    2.51 -                    Edition compiler. 
    2.52 +                    Edition or Express compiler.
    2.53                      The compiler and other tools are expected to reside
    2.54                      in the location defined by the variable 
    2.55                      <tt>VS100COMNTOOLS</tt> which
    2.56 @@ -1001,14 +1001,33 @@
    2.57                      The path <tt>/usr/bin</tt> must be after the path to the
    2.58                      Visual Studio product.
    2.59                  </blockquote>
    2.60 -                <strong><a name="mssdk">Windows x64: Microsoft Visual Studio Compilers</a></strong>
    2.61 +                <strong><a name="msvc64">Windows x64: Microsoft Visual Studio 2010 Professional Compiler</a></strong>
    2.62                  <blockquote>
    2.63 -                    On <b>X64</b>, the set up is much the same in VS2010
    2.64 +                    For <b>X64</b>, builds, when using the VS2010 Professional
    2.65 +                    compiler, the 64 bit build set up is much the same as 32 bit
    2.66                      except that you run <tt>amd64\VCVARS64.BAT</tt>
    2.67                      to set the compiler environment variables.
    2.68 -                    Previously 64 builds had used the 64 bit compiler in
    2.69 -                    an unbundled Windows SDK but this is no longer necessary.
    2.70 +                    Previously 64 bit builds had used the 64 bit compiler in
    2.71 +                    an unbundled Windows SDK but this is no longer necessary if
    2.72 +                    you have VS2010 Professional.
    2.73                  </blockquote>
    2.74 +                <strong><a name="mssdk64">Windows x64: Microsoft Windows 7.1 SDK 64 bit compilers.</a></strong>
    2.75 +                   For a free alternative for 64 bit builds, use the 7.1 SDK.
    2.76 +                   Microsoft say that to set up your paths for this run
    2.77 +<pre>
    2.78 +    c:\Program Files\Microsoft SDKs\Windows\v7.1\bin\setenv.cmd /x64.
    2.79 +</pre>
    2.80 +                   What was tested is just directly setting up LIB, INCLUDE,
    2.81 +                   PATH and based on the installation directories using the
    2.82 +                   DOS short name appropriate for the system, (you will
    2.83 +                   need to set them for yours, not just blindly copy this) eg :
    2.84 +<pre>
    2.85 +    set VSINSTALLDIR=c:\PROGRA~2\MICROS~1.0
    2.86 +    set WindowsSdkDir=c:\PROGRA~1\MICROS~1\Windows\v7.1
    2.87 +    set PATH=%VSINSTALLDIR%\vc\bin\amd64;%VSINSTALLDIR%\Common7\IDE;%WindowsSdkDir%\bin;%PATH%
    2.88 +    set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include
    2.89 +    set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64
    2.90 +</pre>
    2.91              </blockquote>
    2.92              <!-- ------------------------------------------------------ --> 
    2.93              <h4><a name="zip">Zip and Unzip</a></h4>

mercurial