aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-03-10 01:10:03 +0000
committerlloyd <[email protected]>2007-03-10 01:10:03 +0000
commite07cb7a4bd86420aef4d0d7e41ba033a08f71c73 (patch)
tree8bef1d5edb35b862fdc126e9a570cf22123c0839 /doc/todo.txt
parentd0e35087a9e0b7ba64b7d371f22ca077cdbe7a6c (diff)
Mention that the most requested alternate build system is Visual Studio projects.
Diffstat (limited to 'doc/todo.txt')
-rw-r--r--doc/todo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo.txt b/doc/todo.txt
index 05a0123b3..3d72ed7fd 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -11,9 +11,9 @@ The new configure script is fairly flexible in terms of build systems
make-style syntax). No doubt many users would appreciate having Botan
well-integrated into their build environment, so patches to
configure.pl (and new template files for misc/config/makefile/) to add
-support for generating files for Visual Studio or other IDEs, Scons,
-CMake, or even autotools (somewhat difficult, though it would be
-highly desirable) would be most useful.
+support for other build systems. The most requested by far is Visual
+Studio project files; others that might be of interest would be
+autotools, Scons, CMake, and jam/bjam.
Testing the configure/build/install steps on as many platforms and
compilers as possible is a huge win for us. Builds on some platforms,