wrowe 2003/03/30 22:15:06
Modified: docs win32_builds.html
Log:
Fix another screwy line-ending
Revision Changes Path
1.2 +1 -7 apr/docs/win32_builds.html
Index: win32_builds.html
===================================================================
RCS file: /home/cvs/apr/docs/win32_builds.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_builds.html 10 Mar 2003 20:32:29 -0000 1.1
+++ win32_builds.html 31 Mar 2003 06:15:05 -0000 1.2
@@ -9,22 +9,16 @@
<dl>
<dt>apr/apr.dsp</dt>
-
<dd>Builds the static apr.lib library (-D APR_DECLARE_STATIC)</dd>
<dt>apr/libapr.dsp</dt>
-
<dd>Builds the dynamic libapr.dll library (no define required)</dd>
<dt>apr-util/aprutil.dsp</dt>
-
<dd>Builds the static aprutil.lib library (-D APU_DECLARE_STATIC)</dd>
<dt>apr-util/libaprutil.dsp</dt>
-
<dd>Builds the dynamic libaprutil.dll library (no define required)</dd>
<dt>apr-iconv/apriconv.dsp</dt>
-
<dd>Builds the static apriconv.lib library (-D API_DECLARE_STATIC)</dd>
<dt>apr-iconv/libapriconv.dsp</dt>
-
<dd>Builds the dynamic libapriconv.dll library (no define required)</dd>
</dl>
@@ -40,7 +34,7 @@
your application needs, that workspace defines both the dynamic and static
library dependencies.</p>
-<p>The APR libraries (dynamic and static) are compiled with debugging symbols
,
+<p>The APR libraries (dynamic and static) are compiled with debugging
symbols,
even in Release builds. The dynamic library symbols are always usable,
simply keep the correspond .pdb file in the same path as the library .dll.
(E.g. both libapr.dll and libapr.pdb should be copied to the same
path.)</p>