Changeset 1433 for trunk/SConstruct
- Timestamp:
- 08/28/08 13:54:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r1406 r1433 61 61 "none", 62 62 ["none", "pdf", "html"], ignorecase=1), 63 BoolOption("apps", "Build cpp apps", False) 63 BoolOption("apps", "Build cpp apps", False), 64 BoolOption("alma", "Enable alma specific functionality", False) 64 65 ) 65 66 … … 136 137 conf.env.CheckFortran(conf) 137 138 if not conf.CheckLib('stdc++', language='c++'): Exit(1) 139 if conf.env["alma"]: 140 conf.env.Append(CPPFLAGS=['-DUSE_ALMA']) 138 141 env = conf.Finish() 139 142
Note:
See TracChangeset
for help on using the changeset viewer.