aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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
=============