|
Size: 406
Comment: removed Windows specific stuff and added #!python
|
← Revision 12 as of 2008-03-12 02:47:10 ⇥
Size: 406
Comment: converted to 1.6 markup
|
| No differences found! | |
You have a big hierarchical tree of projects. If someone accidentally enters:
scons
it will build every project in that tree. If you want to ensure that they meant to build everything, add this to the SConstruct file:
If someone does want to build every project, they must do so explicitly by:
scons .
