diff options
-rw-r--r-- | misc/config/buildh.in | 2 | ||||
-rw-r--r-- | misc/config/todo.txt | 34 |
2 files changed, 1 insertions, 35 deletions
diff --git a/misc/config/buildh.in b/misc/config/buildh.in index 4f4e976be..0e8013d01 100644 --- a/misc/config/buildh.in +++ b/misc/config/buildh.in @@ -1,5 +1,5 @@ /************************************************* -* Build Config Header File * +* Build Configuration Header File * * (C) 1999-2006 The Botan Project * *************************************************/ diff --git a/misc/config/todo.txt b/misc/config/todo.txt deleted file mode 100644 index 3367ab3bb..000000000 --- a/misc/config/todo.txt +++ /dev/null @@ -1,34 +0,0 @@ -Todo list: - -Use some sort of templating system to generate the various Makefiles, -botan-config, and so forth. - -Get rid of mkconfig.pl; simply read the system info files when the -user runs configure. - -Clean out all of the crappy hacks that have crept into to the source tree, move -them out into the appropriate file in the 'os' and 'cc' directories. I got rid -of a lot of them in 1.4.[23], but some remain. - -Make cross-compiles easier - -Rewrite in Python - -CPUs ----- -UltraSPARC III - -OSes ----- -Hurd -Plan9 -OS/2 -OS/400 -VMS -MacOS pre-X - -Compilers ---------- -IBM VisualAge C++ [uses NMAKE?] -Metrowerks [uses NMAKE?] -AIX CC |