author | Radek Brich <radek.brich@devl.cz> |
Wed, 09 Apr 2008 11:35:59 +0200 | |
branch | pyrit |
changeset 62 | 07c2f8084719 |
parent 61 | 7006036eb0db |
child 63 | 440e1ae80459 |
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') |
62
07c2f8084719
more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
61
diff
changeset
|
12 |
SConscript('demos/SConscript', exports='pymodule') |
07c2f8084719
more SConscript tweaking, make model preparation work again
Radek Brich <radek.brich@devl.cz>
parents:
61
diff
changeset
|
13 |
SConscript('models/SConscript') |