summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-11 17:59:06 +0000
committerJeff Trawick <trawick@apache.org>2013-09-11 17:59:06 +0000
commitb201290699a53c57d558ac0430c2f9ab917da829 (patch)
tree17c71347f43b89b7198151ebdaf77fbc6da5a4e7 /README.cmake
parent78cc404600c09b2f4256ac53808b3c2afcc7fff0 (diff)
downloadapr-b201290699a53c57d558ac0430c2f9ab917da829.tar.gz
install .pdb files unless requested otherwise, tweak todo list
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1521957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 5c6dea517..d6948a5a4 100644
--- a/README.cmake
+++ b/README.cmake
@@ -95,6 +95,8 @@ How to build
refer to
http://msdn.microsoft.com/en-us/library/windows/
desktop/aa383745(v=vs.85).aspx
+ INSTALL_PDB Install .pdb files if generated.
+ Default: ON
LIBXML2_ICONV_INCLUDE_DIR, LIBXML2_ICONV_LIBRARIES
@@ -118,7 +120,6 @@ Known Bugs and Limitations
* If include/apr.h or other generated files have been created in the source
directory by another build system, they will be used unexpectedly and
cause the build to fail.
-* .pdb files are not installed
* apr_app.c, aprapp-2.lib, and libaprapp-2.lib are not handled properly.
* Options should be provided for remaining features, along with finding any
necessary libraries
@@ -140,7 +141,8 @@ Known Bugs and Limitations
* No test program build to use libapr-2.dll is created.
* Support static *or* shared build of Expat.
* No script or other mechanism is provided to run the test suite.
-* APR-CHANGES.txt, APR-LICENSE.txt, and APR-NOTICE.txt are not installed.
+* APR-CHANGES.txt, APR-LICENSE.txt, and APR-NOTICE.txt are not installed,
+ though perhaps that is a job for a higher-level script.
* test/internal/testucs is not built.
Generally: