Author: esr
Date: Wed Mar 19 19:42:22 2008
New Revision: 24879

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24879&view=rev
Log:
First scons build successful, of wesnothd.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=24879&r1=24878&r2=24879&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Wed Mar 19 19:42:22 2008
@@ -51,7 +51,7 @@
 #
 # Program declarations (incomplete, no libraries yet)
 #
-commonlibs = Split("-lboost_iostreams-gcc41-mt-1_34_1 -lSDL_net -lSDL 
-lpthread")
+commonlibs = Split("wesnoth_core boost_iostreams-gcc41-mt-1_34_1 SDL_net SDL 
pthread")
 
 libwesnoth_core_sources = [
     "src/color_range.cpp",
@@ -162,7 +162,8 @@
     ]
 env.Program("wesnothd", wesnothd_sources,
             CPPPATH = ['src', 'src/server', "/usr/include/SDL"],
-            LIBS = commonlibs)
+            LIBS = commonlibs,
+            LIBPATH = [".", "src", "/lib", "/usr/lib"])
 
 #
 # Configuration


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

Reply via email to