tng         2003/03/13 13:56:28

  Modified:    c/doc    build-winunix.xml build.xml
  Log:
  Update build instruction for bcc32 v.5.5.1
  
  Revision  Changes    Path
  1.27      +22 -2     xml-xerces/c/doc/build-winunix.xml
  
  Index: build-winunix.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/build-winunix.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build-winunix.xml 7 Feb 2003 21:10:10 -0000       1.26
  +++ build-winunix.xml 13 Mar 2003 21:56:28 -0000      1.27
  @@ -74,9 +74,9 @@
           </s3>
       </s2>
   
  -    <anchor name="WinBorland"/>
  +    <anchor name="WinBorlandBuilder"/>
       <s2 title="Building &XercesCName; on Windows using Borland C++Builder">
  -        <p>&XercesCName; sourec distribution comes with Borland C++Builder projects 
to help you
  +        <p>&XercesCName; sourec distribution comes with Borland C++Builder6 
projects to help you
                build &XercesCName;. The following describes the steps you need to 
build
                &XercesCName;.</p>
   
  @@ -107,6 +107,26 @@
   
           </s3>
       </s2>
  +    
  +    <anchor name="WinBorlandCC"/>
  +    <s2 title="Building &XercesCName; on Windows using Borland C++ Compiler">
  +        <p>&XercesCName; sourec distribution comes with Borland C++ Compiler make 
files to help you
  +             build &XercesCName;. The following describes the steps you need to 
build
  +             &XercesCName;.</p>
  +
  +        <ol>
  +                <li>Change directory to <code> 
&XercesCSrcInstallDir;\Projects\Win32\BCC.551</code></li>
  +           <li>Run <code>MakeBuildDirs.bat</code>.</li>
  +                <li>Then issue</li>
  +                    <ul>
  +                    <li><code>make -f Xerces-all.mak</code>
  +               <br/>to build the dll (without deprecated DOM API) and tests, or</li>
  +               <li><code>make -f Xerces-all.mak -DWITHDEPRDOM=Y</code>
  +               <br/>to build the dll with deprecated DOM API (approx. 300k larger) 
and tests</li>
  +               </ul>
  +         </ol>           
  +    </s2>
  +        
       <anchor name="CygWin"/>
       <s2 title="Building &XercesCName; on Windows using Cygwin">
           <p><em>Do not jump into the build directly before reading this.</em></p>
  
  
  
  1.27      +2 -1      xml-xerces/c/doc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 10 Jan 2003 16:30:38 -0000      1.26
  +++ build.xml 13 Mar 2003 21:56:28 -0000      1.27
  @@ -9,7 +9,8 @@
       <ul>
          <li><jump href="build-winunix.html#WinNT">Building &XercesCName; on Windows 
using Microsoft Visual C++</jump></li>
          <li><jump href="build-winunix.html#WinIntel">Building &XercesCName; 64 bit 
binary on Windows XP using Intel C++ Compiler</jump></li>
  -       <li><jump href="build-winunix.html#WinBorland">Building &XercesCName; on 
Windows using Borland C++Builder</jump></li>
  +       <li><jump href="build-winunix.html#WinBorlandBuilder">Building &XercesCName; 
on Windows using Borland C++Builder</jump></li>
  +       <li><jump href="build-winunix.html#WinBorlandCC">Building &XercesCName; on 
Windows using Borland C++ Compiler</jump></li>
          <li><jump href="build-winunix.html#CygWin">Building &XercesCName; on Windows 
using Cygwin</jump></li>
          <li><jump href="build-winunix.html#UNIX">Building &XercesCName; on UNIX 
platforms</jump></li>
          <li><jump href="build-winunix.html#UNIX_SingleThread">Building &XercesCName; 
as a single-threaded library on Unix platforms</jump></li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to