You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/08/27 22:10:47 UTC

svn commit: r1517968 - /apr/apr/trunk/CMakeLists.txt

Author: trawick
Date: Tue Aug 27 20:10:47 2013
New Revision: 1517968

URL: http://svn.apache.org/r1517968
Log:
Update todo list based on a quick scan of the Windows makefiles
for 1.4.x HEAD (more likely to be correct than trunk perhaps?)

Delete todo about describing nmake usage, as the doc added in r1517944
should be a big help.

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1517968&r1=1517967&r2=1517968&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Tue Aug 27 20:10:47 2013
@@ -46,7 +46,6 @@ PROJECT(APR C)
 # Todos to properly support Windows:
 # . Fix problem where srcdir/include/apr.h (if it exists) is found before builddir/apr.h
 #   (and similar for apu_want.h)
-# . Document example 32-bit and 64-bit Windows builds using NMake
 # . Build apr_app.c into libapr-2 properly (what about apr-2.lib?)
 # . Options for remaining features, along with finding any necessary libraries
 #   + APR_POOL_DEBUG
@@ -71,6 +70,9 @@ PROJECT(APR C)
 # . Alternate build of test programs to use libapr-2.dll
 # . Support static *or* shared build of Expat
 # . Some easier way to run the test suite (the stuff besides testall.exe)
+# . Install CHANGES/LICENSE/NOTICE like Makefile.win
+# . test/internal/testucs
+# . aprapp-2.lib/libaprapp-2.lib
 # . All the other stuff Jeff doesn't know about yet
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)