From dd4c5225dd12538a58faa2480548eac87d06a9cd Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 21 Apr 2017 09:27:45 -0700 Subject: Fix bug #2979 Example code for MSVSProject had syntax errors. http://scons.tigris.org/issues/show_bug.cgi?id=2979 --- src/CHANGES.txt | 1 + src/engine/SCons/Tool/msvs.xml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 2f46d4f..0bcf92e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -44,6 +44,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added prioritized list of xsltproc tools to docbook. The order will now be as follows: xsltproc, saxon, saxon-xslt, xalan (with first being highest priority, first tool found is used) + - Fixed MSVSProject example code (http://scons.tigris.org/issues/show_bug.cgi?id=2979) From Daniel Moody: - Fixed msvs.py for Visual Studio generated projects which were diff --git a/src/engine/SCons/Tool/msvs.xml b/src/engine/SCons/Tool/msvs.xml index e85b27c..b367e84 100644 --- a/src/engine/SCons/Tool/msvs.xml +++ b/src/engine/SCons/Tool/msvs.xml @@ -127,8 +127,10 @@ compilation error messages displayed in the Visual Studio console output window. This can be remedied by adding the Visual C/C++ /FC compiler option to the &cv-link-CCFLAGS; variable so that the compiler will print the full path name of any files that cause compilation errors. - Example usage: barsrcs = ['bar.cpp'], -barincs = ['bar.h'], + Example usage: + +barsrcs = ['bar.cpp'] +barincs = ['bar.h'] barlocalincs = ['StdAfx.h'] barresources = ['bar.rc','resource.h'] barmisc = ['bar_readme.txt'] -- cgit v0.12