Author: esr
Date: Tue Apr  8 14:37:31 2008
New Revision: 25682

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25682&view=rev
Log:
Comment out an unsupported option.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25682&r1=25681&r2=25682&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Apr  8 14:37:31 2008
@@ -45,7 +45,7 @@
 opts.Add(PathOption('prefsdir', 'user preferences directory', ".wesnoth", 
PathOption.PathAccept))
 opts.Add(BoolOption('prereqs','abort if prerequisites cannot be 
detected',True))
 opts.Add(BoolOption('profile', 'Set to build for debugging', False))
-opts.Add('program_suffix', 'suffix to append to names of installed 
programs',"")
+#opts.Add('program_suffix', 'suffix to append to names of installed 
programs',"")
 opts.Add(BoolOption('python', 'Enable in-game python extensions.', True))
 opts.Add(BoolOption('raw_sockets', 'Set to use raw receiving sockets in the 
multiplayer network layer rather than the SDL_net facilities', False))
 opts.Add('server_gid', 'group id of the user who runs wesnothd', "")


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

Reply via email to