Author: loonycyborg
Date: Thu Aug 28 12:43:15 2008
New Revision: 29051
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29051&view=rev
Log:
Removed dummy_locales option from scons script since it's runtime option now.
Modified:
trunk/SConstruct
trunk/src/SConscript
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=29051&r1=29050&r2=29051&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Thu Aug 28 12:43:15 2008
@@ -43,7 +43,6 @@
PathOption('bindir', 'Where to install binaries', "bin",
PathOption.PathAccept),
('cachedir', 'Directory that contains a cache of derived files.', ''),
PathOption('datadir', 'read-only architecture-independent game data',
"$datarootdir/$datadirname", PathOption.PathAccept),
- BoolOption('dummy_locales','Set to enable Wesnoth private locales', False),
PathOption('fifodir', 'directory for the wesnothd fifo socket file',
"/var/run/wesnothd", PathOption.PathAccept),
BoolOption('fribidi','Clear to disable bidirectional-language support',
True),
BoolOption('desktop_entry','Clear to disable desktop-entry', True),
Modified: trunk/src/SConscript
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConscript?rev=29051&r1=29050&r2=29051&view=diff
==============================================================================
--- trunk/src/SConscript (original)
+++ trunk/src/SConscript Thu Aug 28 12:43:15 2008
@@ -372,8 +372,6 @@
"Generating revision.hpp..."
))
game_config_env.Append(CPPDEFINES = 'HAVE_REVISION')
-if env['dummy_locales']:
- game_config_env.Append(CPPDEFINES = 'USE_DUMMYLOCALES')
sources = []
if "TAGS" in COMMAND_LINE_TARGETS:
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits