dleslie 01/02/15 14:10:21
Modified: c/xdocs/sources/xalan readme.xml
Log:
Updated info on rebuilding samples under Windows.
Revision Changes Path
1.23 +4 -3 xml-xalan/c/xdocs/sources/xalan/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- readme.xml 2001/02/12 21:43:50 1.22
+++ readme.xml 2001/02/15 22:10:18 1.23
@@ -182,10 +182,11 @@
setting. You can check the setting of an environment variable with
<em>echo</em> $ENVAR</note>
</s3><anchor name="samples"/>
<s3 title="Rebuilding a sample application">
- <p>The Windows32 distribution includes Visual C++ project files for each
of the sample applications. The project files are in the samples subdirectories
along with the source files. If you modify a sample and want to recompile it,
you can recompile the .cpp file(s) and rebuild the executable.</p>
-<p>The make files that come with the Linux and AIX distributions include
targets for rebuilding one or all of the sample applications (with the
exception of the ThreadSafe sample, which in its current form only runs under
Windows). To rebuild one or more sample applications, go to the xml-xalan/c/src
directory and run<br/><br/>
+ <p>The Windows32 distribution includes a Visual C++ workspace for the
sample applications. This workspace is in the samples directory. If you modify
a sample and want to recompile it, you can recompile the .cpp file(s) and
rebuild the executable.</p>
+<p>The make files that come with the UNIX distributions include targets for
rebuilding one or all of the sample applications (with the exception of the
ThreadSafe sample, which in its current form only runs under Windows). To
rebuild one or more sample applications, go to the xml-xalan/c/src directory
and run<br/><br/>
<code>make <ref>targ</ref></code><br/><br/>
-where <ref>targ</ref> is <code>Samples</code> (all the samples),
<code>CompileStylesheet</code>, <code>ExternalFunction</code>,
<code>SimpleTransform</code>, <code>TraceListen</code>,
<code>UseStylesheetParam</code>, or <code>XPathWrapper</code>.</p>
+where <ref>targ</ref> is <code>Samples</code> (all the samples),
<code>XalanTransform</code>, <code>SimpleTransform</code>,
<code>StreamTransform</code>, <code>UseStylesheetParam</code>,
<code>TraceListen</code>, <code>CompileStylesheet</code>, (Windows only)
<code>ThreadSafe</code> <code>XPathWrapper</code>,
<code>ExternalFunctions</code>,or <code>ApacheModuleXSLT</code>.</p>
+<note>For information on rebuilding ApacheModuleXSLT, see <link
idref="samples" anchor="apachemodulexslt">ApacheModuleXSLT</link></note>
</s3>
</s2><anchor name="contact"/>
<s2 title="Getting in Touch">