summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-12 11:58:49 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-12 11:58:49 (GMT)
commit62b1b28dd7e952eb3d9910feb39fde8f02dd5dfa (patch)
tree633bc514ecb582b328f0bb9a9ae0f9a8a0f8f133 /src/CHANGES.txt
parent33f2e8d10b3f0334ab37ffb72bc4a282221dade6 (diff)
downloadSCons-62b1b28dd7e952eb3d9910feb39fde8f02dd5dfa.zip
SCons-62b1b28dd7e952eb3d9910feb39fde8f02dd5dfa.tar.gz
SCons-62b1b28dd7e952eb3d9910feb39fde8f02dd5dfa.tar.bz2
Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbrunner)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index cbc0a72..9ef394c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -311,6 +311,10 @@ RELEASE 0.97 - XXX
- Add a --raw argument to the sconsign script, so it can print a
raw representation of each entry's NodeInfo dictionary.
+ From Chen Lee:
+
+ - Handle Visual Studio project and solution files in Unicode.
+
From Wayne Lee:
- Avoid "maximum recursion limit" errors when removing $(-$) pairs
@@ -368,6 +372,14 @@ RELEASE 0.97 - XXX
value directory; avoiding slowing substitution logic when there's no
'$' in the string.
+ From Greg Noel:
+
+ - Add construction variables to support frameworks on Mac OS X:
+ $FRAMEWORKS, $FRAMEWORKPREFIX, $FRAMEWORKPATH, $FRAMEWORKPATHPREFIX.
+
+ - Re-order link lines so the -o option always comes right after the
+ command name.
+
From Gary Oberbrunner:
- Add an Environment.Dump() method to print the contents of a
@@ -418,6 +430,8 @@ RELEASE 0.97 - XXX
- Add support for Intel C++ beta 9.0 (both 32 and 64 bit versions).
+ - Document the new $FRAMEWORK* variables for Mac OS X.
+
From Chris Pawling:
- Have the linkloc tool use $MSVS_VERSION to select the Microsoft