Add a script to print .sconsign file contents.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 18 Jul 2003 17:52:21 +0000 (17:52 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 18 Jul 2003 17:52:21 +0000 (17:52 +0000)
commit3de2de5ce923391c5539537488a0bc24143a996e
treece8cd516e0efe27115c4b199a430fa890aca4f47
parentac8b275af6512a4f8ef9ea5ef43e88bf8dc00d80
Add a script to print .sconsign file contents.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@736 fdb21ef1-2011-0410-befe-b5e4ea1792b1
21 files changed:
HOWTO/new-script.txt [new file with mode: 0644]
SConstruct
debian/rules
doc/SConscript
doc/man/sconsign.1 [new file with mode: 0644]
gentoo/scons.ebuild.in
rpm/scons.spec.in
src/CHANGES.txt
src/engine/SCons/SConfTests.py
src/engine/SCons/Sig/SigTests.py
src/engine/SCons/Sig/__init__.py
src/engine/SCons/Tool/g++.py
src/engine/SCons/Tool/gcc.py
src/engine/SCons/Tool/gnulink.py
src/script/MANIFEST.in
src/script/scons.py
src/script/sconsign.py [new file with mode: 0644]
src/setup.py
test/LINK.py
test/LINKFLAGS.py
test/sconsign-script.py [new file with mode: 0644]