|
Line
Link Here
|
| 0 |
-- gaia-0.1.2.orig/SConstruct |
0 |
++ gaia-0.1.2/SConstruct |
|
Lines 8-14
Link Here
|
| 8 |
####################################### |
8 |
####################################### |
| 9 |
# OPTIONS |
9 |
# OPTIONS |
| 10 |
####################################### |
10 |
####################################### |
| 11 |
opts = Options(ARGUMENTS) |
11 |
opts = Options(args = ARGUMENTS) |
| 12 |
# conditionally build parts of gaia |
12 |
# conditionally build parts of gaia |
| 13 |
#opts.Add(BoolOption('gaia', 'Compile gaia OpenGL client', 1)); |
13 |
#opts.Add(BoolOption('gaia', 'Compile gaia OpenGL client', 1)); |
| 14 |
|
14 |
|