Skip to content

Commit

Permalink
Fix another screwy line-ending
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64462 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Mar 31, 2003
1 parent 5441bef commit c736b52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/win32_builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@ <h2>Configuration and Flavors</h2>

<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>

Expand All @@ -40,7 +34,7 @@ <h2>Configuration and Flavors</h2>
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>
Expand Down

0 comments on commit c736b52

Please sign in to comment.