Author: loonycyborg
Date: Tue Jun  3 14:59:33 2008
New Revision: 26987

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26987&view=rev
Log:
SCons recipe: updated help message.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=26987&r1=26986&r2=26987&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Jun  3 14:59:33 2008
@@ -90,7 +90,10 @@
 Important switches include:
 
     prefix=/usr     probably what you want for production tools
-    debug=yes       enable compiler and linker debugging switches
+    build=release   build release build variant with appropriante flags
+                        in build/release and copy resulting binaries
+                        into distribution/working copy root.
+    build=debug     same for debug build variant, binaries will be copied with 
-debug suffix
 
 With no arguments, the recipe builds wesnoth and wesnothd.  Available
 build targets include the individual binaries:
@@ -128,8 +131,7 @@
 values can be listed with 'scons -h'.
 
 If you set CXXFLAGS and/or LDFLAGS in the environment, the values will
-be appended to the appropriate variables within scons.  You can use this,
-for example, to point scons at non-default library locations.
+be appended to the appropriate variables within scons.
 """ + opts.GenerateHelpText(env))
 
 if env["cachedir"]:


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to