Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit c851371

Browse files
committed
mention generators expected to work, tweak todos
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1559345 13f79535-47bb-0310-9956-ffa450edef68
1 parent bd2ab4a commit c851371

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.cmake

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ How to build
121121

122122
6. build using chosen backend (e.g., "nmake install")
123123

124+
Tested generators
125+
-----------------
126+
127+
1. NMake Makefiles
128+
129+
This has been tested successfully with the following:
130+
131+
* Visual Studio 2008 64-bit (requires KB948127 hot fix)
132+
* Visual Studio 2012 64-bit
133+
134+
2. Visual Studio 11 (Visual Studio 2012 project files)
135+
124136
Known Bugs and Limitations
125137
--------------------------
126138

@@ -144,9 +156,8 @@ Known Bugs and Limitations
144156
. APU_HAVE_NSS
145157
+ APU_HAVE_ICONV
146158
* Static builds of APR modules are not supported.
147-
* Support static *or* shared build of Expat.
148-
* APR-CHANGES.txt, APR-LICENSE.txt, and APR-NOTICE.txt are not installed,
149-
though perhaps that is a job for a higher-level script.
159+
* XML implementation (i.e., Expat or libxml2) could support static XML impl
160+
with apr-2.lib.
150161

151162
Generally:
152163

0 commit comments

Comments
 (0)