From 808bf0a293ebf71b53035d4c08842e5efcc90ae7 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 2 May 2011 18:24:09 +0000 Subject: Fix docs to remove note that only one project is supported when generating MSVS Project file via MSVSProject Builder --- src/CHANGES.txt | 4 ++++ src/engine/SCons/Tool/msvs.xml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 7066eec..147a016 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,6 +7,10 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From Matthias: + - Update MSVS documents to remove note indicating that only one + project is currently supported per solution file. + From Grzegorz BizoƄ: - Fix long compile lines in batch mode by using TEMPFILE - Fix MSVC_BATCH=False (was treating it as true) diff --git a/src/engine/SCons/Tool/msvs.xml b/src/engine/SCons/Tool/msvs.xml index 9ac20b0..57269e4 100644 --- a/src/engine/SCons/Tool/msvs.xml +++ b/src/engine/SCons/Tool/msvs.xml @@ -219,8 +219,6 @@ environment variable in form of files, but rather as strings. This is because they represent file names to be added to the solution file, not the source files used to build the solution file. -(NOTE: Currently only one project is supported per solution.) - Example Usage: -- cgit v0.12