From 42368e07988a855002199ccd0978cca0b947ffd1 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Thu, 19 Aug 2004 14:31:08 +0000 Subject: [PATCH] Add darwin.py to the packaging MANIFEST. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1041 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/CHANGES.txt | 2 ++ src/engine/MANIFEST.in | 1 + test/import.py | 12 +++++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a3040a93..3a6c06b1 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -16,6 +16,8 @@ RELEASE 0.97 - XXX it's an error if the specified entry doesn't exist. The default behavior is now to silently do nothing if it doesn't exist. + - Package up the new Platform/darwin.py, mistakenly left out of 0.96. + RELEASE 0.96 - Wed, 18 Aug 2004 13:36:40 +0000 diff --git a/src/engine/MANIFEST.in b/src/engine/MANIFEST.in index 373279e1..c9effcf5 100644 --- a/src/engine/MANIFEST.in +++ b/src/engine/MANIFEST.in @@ -27,6 +27,7 @@ SCons/Options/PathOption.py SCons/Platform/__init__.py SCons/Platform/aix.py SCons/Platform/cygwin.py +SCons/Platform/darwin.py SCons/Platform/hpux.py SCons/Platform/irix.py SCons/Platform/os2.py diff --git a/test/import.py b/test/import.py index 071e1984..91c06ece 100644 --- a/test/import.py +++ b/test/import.py @@ -33,7 +33,17 @@ import TestSCons test = TestSCons.TestSCons() -platforms = ['cygwin', 'irix', 'os2', 'posix', 'win32'] +platforms = [ + 'aix', + 'cygwin', + 'darwin', + 'hpux', + 'irix', + 'os2', + 'posix', + 'sunos', + 'win32' +] for platform in platforms: test.write('SConstruct', """ -- 2.26.2