Parent Directory
|
Revision Log
Woops, add missing.
1 | Import("env") |
2 | |
3 | env.SConscript("interface/SConscript",['env']) |
4 | |
5 | print "ASC4DEV" |
6 | asc4devcmd = env.SubstInFile('asc4dev.in') |
7 | env.AddPostAction(asc4devcmd, 'chmod 755 $TARGET') |
8 |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |