Add a Platform() method.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 9 May 2002 18:58:15 +0000 (18:58 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 9 May 2002 18:58:15 +0000 (18:58 +0000)
commit0107824ca592d65d1f60bfb272d5e20c1c5d9830
tree8521a026810bd6cac8633e7658386204b70c47ba
parentc470e1ae9953a0b6f46760a29b85afbe1d4c8824
Add a Platform() method.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@369 fdb21ef1-2011-0410-befe-b5e4ea1792b1
18 files changed:
doc/man/scons.1
rpm/scons.spec
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/Action.py
src/engine/SCons/Defaults.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Platform/.aeignore [new file with mode: 0644]
src/engine/SCons/Platform/PlatformTests.py [new file with mode: 0644]
src/engine/SCons/Platform/__init__.py [new file with mode: 0644]
src/engine/SCons/Platform/cygwin.py [new file with mode: 0644]
src/engine/SCons/Platform/posix.py [new file with mode: 0644]
src/engine/SCons/Platform/win32.py [new file with mode: 0644]
src/engine/SCons/Script/SConscript.py
src/setup.py
test/Platform.py [new file with mode: 0644]
test/option--debug.py