summaryrefslogtreecommitdiff
path: root/docs/win32_builds.html
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-03-31 06:15:05 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-03-31 06:15:05 +0000
commitc736b52b0015a1caf97fe8f319dcf64f12241ad5 (patch)
tree86b0c95ac346a4818d194a72638ca2fe26bc0dd1 /docs/win32_builds.html
parent5441bef0816e220e90d02e783e6a092a3d1c7284 (diff)
downloadapr-c736b52b0015a1caf97fe8f319dcf64f12241ad5.tar.gz
Fix another screwy line-ending
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/win32_builds.html')
-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>