Author: esr
Date: Thu Mar 27 15:12:43 2008
New Revision: 25189
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25189&view=rev
Log:
Update the scons recipe todo list.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25189&r1=25188&r2=25189&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Thu Mar 27 15:12:43 2008
@@ -1,9 +1,5 @@
#
# SCons build description for the Wesnoth project
-#
-# This is a deliberately straight-line translation of the old
-# configure.ac. The optipng option is omitted. The following
-# constanta should be set before release.
#
import os, sys, commands, shutil
@@ -460,10 +456,6 @@
lambda target, source, env: open(str(target[0]),
"w").write("#define REVISION \"%s\"\n" % env["svnrev"]))
env.AlwaysBuild(r)
env.TargetSignatures('content')
-
-
-
-
#
# File inventory, for archive makes abd analysis tools
@@ -689,10 +681,15 @@
#
# 1. We don't yet check for SDL version too old
# 2. We don't check for Ogg Vorbis support in SDL_mixer
-# 3. Translations are not yet installed.
-# 4. Installation craps out with a mysterious "Is a directory" error.
-# Data directory installation isn't done right anyway, as yet.
# FIXME tags other problems
+#
+# To do:
+#
+# 1. Building the unit-test binaries.
+# 2. Documentation formatting and man-page installation
+# 3. Make distribution tarballs.
+# 4. Translations handling other than installation (pot-update).
+# 5. Setting uid and gid on the server binary
# Local variables:
# mode: python
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits