summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2011-03-02 02:26:35 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2011-03-02 02:26:35 (GMT)
commitffc637041019f2689920d827c6930371e18a85d3 (patch)
treee7deec393db1cdea40919ebb34c8283092f42de9 /src/CHANGES.txt
parentb25e8d31d6d60f73780309ff9a00cb1b23a58f73 (diff)
downloadSCons-ffc637041019f2689920d827c6930371e18a85d3.zip
SCons-ffc637041019f2689920d827c6930371e18a85d3.tar.gz
SCons-ffc637041019f2689920d827c6930371e18a85d3.tar.bz2
Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant dirs containing spaces.
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 8bb1bb7..2231cef 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,6 +7,9 @@
RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
+ From Gary Oberbrunner:
+ - Fix precompiled headers on Windows when variant dir name has spaces.
+
From Gary Oberbrunner and Sohail Somani:
- new construction variable WINDOWS_EMBED_MANIFEST to automatically
embed manifests in Windows EXEs and DLLs.