Author: esr
Date: Fri Mar 21 13:13:33 2008
New Revision: 24943

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24943&view=rev
Log:
wesnoth game builds in scons.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=24943&r1=24942&r2=24943&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Fri Mar 21 13:13:33 2008
@@ -51,7 +51,9 @@
 #
 # Program declarations (incomplete, no libraries yet)
 #
-commonlibs = Split("boost_iostreams-mt SDL_net SDL_ttf SDL_mixer SDL pthread 
SDL_image")
+boost_libs = Split("boost_iostreams-mt boost_regex")
+SDL_libs = Split("SDL_net SDL_ttf SDL_mixer SDL pthread SDL_image")
+commonlibs = SDL_libs + boost_libs
 
 libwesnoth_core_sources = [
     "src/color_range.cpp",


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

Reply via email to