Author: jberry
Date: Mon Aug 15 12:02:56 2005
New Revision: 232858

URL: http://svn.apache.org/viewcvs?rev=232858&view=rev
Log:
Small doc update for Mac builds

Modified:
    xerces/c/branches/xerces-2.7/doc/build-other.xml

Modified: xerces/c/branches/xerces-2.7/doc/build-other.xml
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/build-other.xml?rev=232858&r1=232857&r2=232858&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/build-other.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/build-other.xml Mon Aug 15 12:02:56 2005
@@ -427,13 +427,6 @@
                                <li>The DOMPrint project illustrates one such 
usage of the Xerces.framework.
                                </li>
                        </ul>
-
-                       <p>Projects for Apple's Project Builder environment, 
which is no longer supported
-                       under Mac OS X 10.3, are provided but may be out of 
date. You may need to add or
-                       delete files from the project in order to support 
changes in &XercesCName;. Please feel
-                       free to submit patches against these projects If you 
care about the Project Builder
-                       projects, and want to keep them up to date.
-                       </p>
                        
                </s3>
                
@@ -453,14 +446,14 @@
                                </li>
                        </ul>
                
-<source>setenv XERCESCROOT "&lt;xerces-c-directory&gt;"
+<source>export XERCESCROOT="&lt;xerces-c-directory&gt;"
 cd src/xercesc
-./runConfigure -p macosx -n native
+./runConfigure -p macosx -n native -t native
 make</source>
                        
                        <ul>
                                <li>Similar instructions apply to build the 
samples and tests, though the
-                               <code>-n</code> flag is not used in these cases:
+                               <code>-n</code> and <code>-t</code> flags are 
not used in these cases:
                                </li>
                        </ul>
                



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

Reply via email to