summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-09 21:09:43 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-09 21:09:43 (GMT)
commita21a4aa4056e379660f86570d939a75b4e6c5872 (patch)
tree7ba7fa02e39ea084fd4ebe450a58639c3a871214 /src/CHANGES.txt
parentba21ffe311490bb348716e8e9127109e7fdc2f08 (diff)
downloadSCons-a21a4aa4056e379660f86570d939a75b4e6c5872.zip
SCons-a21a4aa4056e379660f86570d939a75b4e6c5872.tar.gz
SCons-a21a4aa4056e379660f86570d939a75b4e6c5872.tar.bz2
Handle finding implicit dependents defined with doubled path
separators, as can happen on Windows systems when the backslashes in the path name are escaped (e.g. "C:\\some\\include.h").
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 57eb348..5198219 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -22,6 +22,9 @@ RELEASE X.X.X - XXX
- Fix interaction of $CHANGED_SOURCES with the --config=force option.
+ - Fix finding #include files when the string contains escaped
+ backslashes like "C:\\some\\include.h".
+
From Robert P. J. Day:
- User's Guide updates.