Differences between version 3 and previous revision of MakeToSCons.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, May 31, 2004 9:29:06 pm | by SamJansen | Revert |
Older page: | version 2 | Last edited on Monday, May 31, 2004 9:27:58 pm | by SamJansen | Revert |
@@ -46,9 +46,9 @@
A full list of the possible options can be found in the [manual|http://www.scons.org/doc/HTML/scons-man.html].
!!! Intermediate steps
-In many cases the above will be enough: often you just want to build a directory of files into a library, shared library, or executable with a specific set of flags and dependencies.
+In many cases the above will be enough: often you just want to build a directory of files into a library, shared library, or executable with a specific set of flags and dependencies. Of course, SCons lets you do a lot more, and at little to no extra cost in complexity
.
!! Globbing multiple source files
It is simplicity itself to include multiple files in the build. Remember that SCons is Python-based?