aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJonathan Gray2004-03-04 23:25:10 +0000
committerJonathan Gray2004-03-04 23:25:10 +0000
commit02c70180fa8fb570e0dbf98cfe8c2e8159682f90 (patch)
treef0958bee7d70a3d2539a4fd09e67e07fea31e19c /TODO
parent1dbb73ee1276908898b0b63f53016c2a5565412a (diff)
downloadscummvm-rg350-02c70180fa8fb570e0dbf98cfe8c2e8159682f90.tar.gz
scummvm-rg350-02c70180fa8fb570e0dbf98cfe8c2e8159682f90.tar.bz2
scummvm-rg350-02c70180fa8fb570e0dbf98cfe8c2e8159682f90.zip
remove Makefile.noconf there isn't any known reason for people to use it now
svn-id: r13193
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 5a8313a9c2..68a26370a4 100644
--- a/TODO
+++ b/TODO
@@ -52,14 +52,8 @@ Build System
include $(srcdir)/Makefile
* Allow automatic re-runs of configure (this would have to 'save' the values of
env vars like CXXFLAGS and also command line params)
-* It would be nice to get rid of Makefile.noconf (so that we can implement
- certain improvements which aren't possible as long as we have to maintain
- that). To this end, find out
- 1) Which platforms/systems require Makefile.noconf?
- 2) What stops them from using 'configure' ? Document this!
- 3) If possible fix all the issue listed in 2)
* Add an install target to the Makefile - Copy binary, install manpage, add
- menu items. See also patch #891909 (Gnome/KDE .desktop file)
+ menu items, install README. See also patch #891909 (Gnome/KDE .desktop file)
Documentation
=============