| author | Radek Brich <radek.brich@devl.cz> | 
| Wed, 09 Apr 2008 00:29:11 +0200 | |
| branch | pyrit | 
| changeset 61 | 7006036eb0db | 
| parent 60 | a23b5089b9c3 | 
| child 62 | 07c2f8084719 | 
| permissions | -rw-r--r-- | 
| 60 | 1  | 
Decider('MD5-timestamp')
 | 
2  | 
||
3  | 
# CXX=icpc  | 
|
4  | 
# CCFLAGS=-g -fno-strict-aliasing -I$(ROOT)/include  | 
|
5  | 
# -Wall | -w1  | 
|
6  | 
||
7  | 
# float: -fsingle-precision-constant  | 
|
8  | 
# double: -DPYRIT_DOUBLE  | 
|
| 61 | 9  | 
(lib, pymodule) = SConscript('src/SConscript', build_dir='build/lib', duplicate=0)
 | 
| 60 | 10  | 
|
| 61 | 11  | 
SConscript('ccdemos/SConscript', build_dir='build/ccdemos', duplicate=0, exports='lib')
 | 
| 60 | 12  | 
SConscript('demos/SConscript', build_dir='build/demos', exports='pymodule')
 |