summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/CHANGES.txt2
-rw-r--r--src/engine/MANIFEST.in1
-rw-r--r--test/import.py12
3 files changed, 14 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index a3040a9..3a6c06b 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 373279e..c9effcf 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 071e198..91c06ec 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', """