Author: suokko
Date: Tue Aug 26 18:21:10 2008
New Revision: 28999

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28999&view=rev
Log:
Changed scons default build target to release

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=28999&r1=28998&r2=28999&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Aug 26 18:21:10 2008
@@ -35,7 +35,7 @@
 opts.AddOptions(
     ListOption('default_targets', 'Targets that will be built if no target is 
specified in command line.',
         "wesnoth,wesnothd,test", Split("wesnoth wesnothd wesnoth_editor 
campaignd cutter exploder test")),
-    EnumOption('build', 'Build variant: debug, release profile or base (no 
subdirectory)', "debug", ["release", "debug", "profile","base"]),
+    EnumOption('build', 'Build variant: debug, release profile or base (no 
subdirectory)', "release", ["release", "debug", "profile","base"]),
     ('extra_flags_base', 'Extra compiler and linker flags to use for release 
builds', ""),
     ('extra_flags_release', 'Extra compiler and linker flags to use for 
release builds', ""),
     ('extra_flags_debug', 'Extra compiler and linker flags to use for debug 
builds', ""),


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

Reply via email to