You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sc...@apache.org on 2017/07/31 15:33:57 UTC

svn commit: r1803545 - /xerces/c/trunk/doc/build.xml

Author: scantor
Date: Mon Jul 31 15:33:57 2017
New Revision: 1803545

URL: http://svn.apache.org/viewvc?rev=1803545&view=rev
Log:
Remove stale Windows build info

Modified:
    xerces/c/trunk/doc/build.xml

Modified: xerces/c/trunk/doc/build.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/build.xml?rev=1803545&r1=1803544&r2=1803545&view=diff
==============================================================================
--- xerces/c/trunk/doc/build.xml (original)
+++ xerces/c/trunk/doc/build.xml Mon Jul 31 15:33:57 2017
@@ -27,8 +27,6 @@
     <ul>
        <li><link anchor="CMake">All platforms</link></li>
        <li><link anchor="UNIX">UNIX/Linux/Mac OS X/Cygwin/MinGW</link></li>
-       <li><link anchor="Windows">Windows using Microsoft Visual C++</link></li>
-       <li><link anchor="BorlandCC">Windows using Borland C++</link></li>
     </ul>
 
     <anchor name="CMake"/>
@@ -524,24 +522,5 @@
         </note>
     </s3>
 
-    <anchor name="Windows"/>
-    <s3 title="Building on Windows using Microsoft Visual C++">
-        <p>Solution files for supported versions can be generated via CMake,
-        as described above.</p>
-
-        <p>When building your own applications you need to make sure
-               that you are linking your application with the
-               &XercesC3WindowsLib;.lib (Release) and/or
-               &XercesC3WindowsLib;D.lib (Debug)
-               libraries (or the static versions of them)
-               and also that the associated DLLs are somewhere in the
-               executable/DLL search path (<code>PATH</code>).</p>
-
-        <note>If you are linking your application to the static
-                  &XercesCName; library,
-                  then you will need to compile your application with the
-                  XERCES_STATIC_LIBRARY preprocessor macro defined in order
-                  to turn off the DLL import/export mechanism.</note>
-    </s3>
   </s2>
 </s1>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org