Changeset 3030 for trunk/SConstruct
- Timestamp:
- 03/03/15 21:07:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r3029 r3030 161 161 if os.path.exists(pth): 162 162 libpath = os.path.join(p, LIBDIR) 163 conf.env.AppendUnique(CPPPATH=[pth ])163 conf.env.AppendUnique(CPPPATH=[pth,pth+'/..']) 164 164 break 165 165 cclibs = ["casa_images", "casa_ms", #"casa_components", … … 220 220 return "Testing module..." 221 221 222 taction = Action(test_module, test_str)223 env.AddPostAction(so, taction)222 #taction = Action(test_module, test_str) 223 #env.AddPostAction(so, taction) 224 224 225 225 if env.GetOption("clean"):
Note:
See TracChangeset
for help on using the changeset viewer.