diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-17 17:48:10 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-17 20:12:52 -0800 |
commit | 7b89aed034984bba7c111a33bfb950b74f390745 (patch) | |
tree | 651baa96dcdfe4652c8f7c43c788c9acc7e6ca6a /README.netware | |
parent | ed874981157cca8cec3365be22401b7e115f2920 (diff) | |
download | perl-7b89aed034984bba7c111a33bfb950b74f390745.tar.gz |
Update to fix pod errors and improve formatting.
Diffstat (limited to 'README.netware')
-rw-r--r-- | README.netware | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/README.netware b/README.netware index c5299e377b..c83fc94a5d 100644 --- a/README.netware +++ b/README.netware @@ -48,14 +48,25 @@ sets the build type to Release by default. This is used to set the build type to debug or release. Change the build type only after executing SetNWBld.bat -=item * - Example: - 1. Typing "buildtype d on" at the command prompt causes the buildtype - to be set to Debug type with D2 flag set. - 2. Typing "buildtype d off" or "buildtype d" at the command prompt causes - the buildtype to be set to Debug type with D1 flag set. - 2. Typing "buildtype r" at the command prompt sets it to Release Build type. + +=over + +=item 1. + +Typing "buildtype d on" at the command prompt causes the buildtype +to be set to Debug type with D2 flag set. + +=item 2. + +Typing "buildtype d off" or "buildtype d" at the command prompt causes +the buildtype to be set to Debug type with D1 flag set. + +=item 3. + +Typing "buildtype r" at the command prompt sets it to Release Build type. + +=back =back |