summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-31 06:15:05 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-31 06:15:05 +0000
commita481f12c8f4f139d3598737db8e7ead7900ade8c (patch)
tree86b0c95ac346a4818d194a72638ca2fe26bc0dd1 /docs
parent94533094144612a0c9659daa816ed3e4561db190 (diff)
downloadlibapr-a481f12c8f4f139d3598737db8e7ead7900ade8c.tar.gz
Fix another screwy line-ending
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/win32_builds.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/win32_builds.html b/docs/win32_builds.html
index 2d72b9864..ad57d8e13 100644
--- a/docs/win32_builds.html
+++ b/docs/win32_builds.html
@@ -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>