aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-02-15 11:15:17 +0000
committerMax Horn2004-02-15 11:15:17 +0000
commitb3697859cf0f376a57d82bb7a9bc6c3e75b15fa9 (patch)
treeb1a438b91cab776a8b9248588d8f96aecd248510 /TODO
parent71fb488482dc39976498d0317b2620e4e2a30b2c (diff)
downloadscummvm-rg350-b3697859cf0f376a57d82bb7a9bc6c3e75b15fa9.tar.gz
scummvm-rg350-b3697859cf0f376a57d82bb7a9bc6c3e75b15fa9.tar.bz2
scummvm-rg350-b3697859cf0f376a57d82bb7a9bc6c3e75b15fa9.zip
updated TODO
svn-id: r12904
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index df7fbb9bd3..21ca0aecbe 100644
--- a/TODO
+++ b/TODO
@@ -59,15 +59,16 @@ Build System
vpath %.cpp $(srcdir)
vpath %.h $(srcdir)
include $(srcdir)/Makefile
-* Add support in the configure script to choose between building ScummVM
- with plugins or normal (see also comment in Makefile.common).
+* 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.
+* Add an install target to the Makefile. (Fingolfin asks: what for? It sounds
+ like a trivial task, you only have to copy the exe and the man page, no?)
Documentation
=============