usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/SConstruct


From: David Lau
Subject: [Usata-commits] Changes to usata2/SConstruct
Date: Tue, 25 Jan 2005 03:28:27 -0500

Index: usata2/SConstruct
diff -u usata2/SConstruct:1.15 usata2/SConstruct:1.16
--- usata2/SConstruct:1.15      Thu Dec 30 06:08:00 2004
+++ usata2/SConstruct   Tue Jan 25 08:28:27 2005
@@ -10,18 +10,20 @@
 # included in the software distribution, or visit
 # http://www.fsf.org/licenses/gpl.html.
 #
-# $Id: SConstruct,v 1.15 2004/12/30 06:08:00 skunix Exp $
+# $Id: SConstruct,v 1.16 2005/01/25 08:28:27 skunix Exp $
 
 import os
 from glob import glob
 
-UsataSources = glob('src/*.cpp') + glob('src/objects/*.cpp')
+UsataSources = glob('src/*.cpp') + glob('src/objects/*.cpp') + 
glob('src/sdl/*.cpp')
+
+BoostLibs = ["program_options", "signals", "thread", "filesystem"]
+
+BoostLibs = [ "boost_"+l for l in BoostLibs ]
 
-BoostLibs = ["boost_program_options", "boost_thread", "boost_filesystem"]
 OpenGLLibs= ['GL', 'GLU', 'GLEW']
 OpenALLibs= ['openal']
 XLibPaths = ['/usr/X11R6/lib']
-
 # for some reason, unknown to me, this doesnt import the environment
 Env = Environment(ENV=os.environ)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]