Add darwin.py to the packaging MANIFEST.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 19 Aug 2004 14:31:08 +0000 (14:31 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 19 Aug 2004 14:31:08 +0000 (14:31 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@1041 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt
src/engine/MANIFEST.in
test/import.py

index a3040a9385064ffb70eabbbcc59f0a8cc2035e9b..3a6c06b12e6d36c87f50a06f14b7ce2675f323af 100644 (file)
@@ -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
index 373279e10882a99c55385c9b2d2573efd0a64187..c9effcf52baee70c639985212ff6fc47d4ef5098 100644 (file)
@@ -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
index 071e198493c8266d59fbeeb2c7941a908b73cdd9..91c06ece797b9e0645b0750e38ee80026b502407 100644 (file)
@@ -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', """