README-builds.html
changeset 8025 45862d22a779
parent 7876 c2a288bdcca1
child 8057 b66ada7c8e10
equal deleted inserted replaced
8024:5e42523b8b5a 8025:45862d22a779
  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>