README-builds.html
changeset 8367 6b8967bcbe45
parent 8057 b66ada7c8e10
child 8646 f07e5ed381a8
equal deleted inserted replaced
8136:d81295a8ece1 8367:6b8967bcbe45
   919                 and the build will copy the needed files from this import area.
   919                 and the build will copy the needed files from this import area.
   920             </blockquote>
   920             </blockquote>
   921             <!-- ------------------------------------------------------ -->
   921             <!-- ------------------------------------------------------ -->
   922             <h4><a name="ant">Ant</a></h4>
   922             <h4><a name="ant">Ant</a></h4>
   923             <blockquote>
   923             <blockquote>
   924                 All OpenJDK builds require access to least Ant 1.6.5.
   924                 All OpenJDK builds require access to least Ant 1.7.1.
   925                 The Ant tool is available from the 
   925                 The Ant tool is available from the 
   926                 <a href="http://ant.apache.org" target="_blank">
   926                 <a href="http://ant.apache.org" target="_blank">
   927                     Ant download site</a>.
   927                     Ant download site</a>.
   928                 You should always make sure <tt>ant</tt> is in your PATH, and
   928                 You should always make sure <tt>ant</tt> is in your PATH, and
   929                 on Windows you may also need to set 
   929                 on Windows you may also need to set 
  1412                 The location of this SDK can be set with 
  1412                 The location of this SDK can be set with 
  1413                 <tt><a href="#ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt>
  1413                 <tt><a href="#ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt>
  1414                 but it's normally found via the DirectX environment variable
  1414                 but it's normally found via the DirectX environment variable
  1415                 <tt>DXSDK_DIR</tt>.
  1415                 <tt>DXSDK_DIR</tt>.
  1416             </blockquote>
  1416             </blockquote>
  1417             <strong><a name="msvcrt"><tt>MSVCR100.DLL</tt></a></strong>
  1417             <strong><a name="msvcrNN"><tt>MSVCR100.DLL</tt></a></strong>
  1418             <blockquote> 
  1418             <blockquote> 
  1419                 The OpenJDK build requires access to a redistributable
  1419                 The OpenJDK build requires access to a redistributable
  1420                 <tt>MSVCR100.DLL</tt>.
  1420                 <tt>MSVCR100.DLL</tt>.
  1421                 This is usually picked up automatically from the redist
  1421                 This is usually picked up automatically from the redist
  1422                 directories of Visual Studio 2010.
  1422                 directories of Visual Studio 2010.
  1423                 If this cannot be found set the 
  1423                 If this cannot be found set the 
  1424                 <a href="#ALT_MSVCRT_DLL_PATH"><tt>ALT_MSVCRT_DLL_PATH</tt></a>
  1424                 <a href="#ALT_MSVCRNN_DLL_PATH"><tt>ALT_MSVCRNN_DLL_PATH</tt></a>
  1425                 variable to the location of this file.
  1425                 variable to the location of this file.
  1426                 <p> 
  1426                 <p> 
  1427             </blockquote>
  1427             </blockquote>
  1428         </blockquote>
  1428         </blockquote>
  1429         <!-- ------------------------------------------------------ -->
  1429         <!-- ------------------------------------------------------ -->
  1669                             <a href="#dxsdk">Microsoft DirectX 9 SDK</a>.
  1669                             <a href="#dxsdk">Microsoft DirectX 9 SDK</a>.
  1670                             The default will be to try and use the DirectX environment
  1670                             The default will be to try and use the DirectX environment
  1671                             variable <tt>DXSDK_DIR</tt>,
  1671                             variable <tt>DXSDK_DIR</tt>,
  1672                             failing that, look in <tt>C:/DXSDK</tt>.
  1672                             failing that, look in <tt>C:/DXSDK</tt>.
  1673                         </dd>
  1673                         </dd>
  1674                         <dt><tt><a name="ALT_MSVCRT_DLL_PATH">ALT_MSVCRT_DLL_PATH</a></tt> </dt>
       
  1675                         <dd>
       
  1676                             The location of the 
       
  1677                             <a href="#msvcrt"><tt>MSVCRT.DLL</tt></a>. 
       
  1678                         </dd>
       
  1679                         <dt><tt><a name="ALT_MSVCRNN_DLL_PATH">ALT_MSVCRNN_DLL_PATH</a></tt> </dt>
  1674                         <dt><tt><a name="ALT_MSVCRNN_DLL_PATH">ALT_MSVCRNN_DLL_PATH</a></tt> </dt>
  1680                         <dd>
  1675                         <dd>
  1681                             The location of the 
  1676                             The location of the 
  1682                             <a href="#msvcrt"><tt>MSVCR100.DLL</tt></a>. 
  1677                             <a href="#msvcrNN"><tt>MSVCR100.DLL</tt></a>. 
  1683                         </dd>
  1678                         </dd>
  1684                     </dl>
  1679                     </dl>
  1685                 </dd>
  1680                 </dd>
  1686             </dl>
  1681             </dl>
  1687         </blockquote>
  1682         </blockquote>