summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2013-09-11 18:00:46 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2013-09-11 18:00:46 +0000
commit6ca53495d70a7aea04f6c5b8c06eac3c048b7b72 (patch)
treed24ea980602c08023da1580095f1257171982264 /README.cmake
parent0cad1126a81ca05d3f5581452132e0419d1fb181 (diff)
downloadlibapr-6ca53495d70a7aea04f6c5b8c06eac3c048b7b72.tar.gz
mostly from trunk r1521957: install .pdb files unless requested otherwise, tweak todo list
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1521958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake18
1 files changed, 4 insertions, 14 deletions
diff --git a/README.cmake b/README.cmake
index f67743589..4ce88d6cc 100644
--- a/README.cmake
+++ b/README.cmake
@@ -69,6 +69,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
CMAKE_C_FLAGS_RELEASE, _DEBUG, _RELWITHDEBINFO, _MINSIZEREL
@@ -87,24 +89,12 @@ Known Bugs and Limitations
directory by another build system, they will be used unexpectedly and
cause the build to fail.
* apr_app.c, aprapp-1.lib, and libaprapp-1.lib are not handled properly.
-* .pdb files are not installed
* Options should be provided for remaining features:
+ APR_POOL_DEBUG
- + DBM:
- . APU_HAVE_GDBM
- . APU_HAVE_NDBM
- . APU_HAVE_DB
- + DBD:
- . APU_HAVE_PGSQL
- . APU_HAVE_MYSQL
- . APU_HAVE_SQLITE3
- . APU_HAVE_SQLITE2
- . APU_HAVE_ORACLE
- + CRYPTO:
- . APU_HAVE_NSS
* No test program build to use libapr-1.dll is created.
* 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: