Add support for assembly language (.s and .S) Tools. Still needs support for buildin...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 27 Jun 2002 15:00:50 +0000 (15:00 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 27 Jun 2002 15:00:50 +0000 (15:00 +0000)
commit4a7373d6f83430cfeb51f21b52663e64d45022e0
treefc4c551de3335992c11ccf2fdfde73d4d731a9bd
parent16839d9355b50fe937b5254c59d1687ae45d55c8
Add support for assembly language (.s and .S) Tools.  Still needs support for building shared objects.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@397 fdb21ef1-2011-0410-befe-b5e4ea1792b1
15 files changed:
HOWTO/new-tool.txt [new file with mode: 0644]
doc/man/scons.1
rpm/scons.spec
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/Defaults.py
src/engine/SCons/Platform/cygwin.py
src/engine/SCons/Platform/posix.py
src/engine/SCons/Platform/win32.py
src/engine/SCons/Tool/.aeignore [new file with mode: 0644]
src/engine/SCons/Tool/gas.py [new file with mode: 0644]
src/engine/SCons/Tool/masm.py [new file with mode: 0644]
src/engine/SCons/Tool/nasm.py [new file with mode: 0644]
test/AS.py [new file with mode: 0644]
test/ASFLAGS.py [new file with mode: 0644]