Add a prototype os2 Platform() module.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 8 Jul 2002 23:49:25 +0000 (23:49 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 8 Jul 2002 23:49:25 +0000 (23:49 +0000)
commit0d62585239eea54f3d89032b721222fc5bea9020
treeade66700ef7c766a9057b0672b2bd4e7e9be7159
parent1c92facef53fb9972c6499947d54e73d2f10520e
Add a prototype os2 Platform() module.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@406 fdb21ef1-2011-0410-befe-b5e4ea1792b1
HOWTO/new-platform.txt [new file with mode: 0644]
doc/man/scons.1
rpm/scons.spec
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/Platform/PlatformTests.py
src/engine/SCons/Platform/__init__.py
src/engine/SCons/Platform/os2.py [new file with mode: 0644]
test/Platform.py