summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-14 18:48:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-14 18:48:16 +0000
commit315d2a2dd3220e48ab836662c168a9cacc3d4585 (patch)
tree900e3dfd999a901e27e27a75c72ddac847574ae3 /docs/templates
parent17a3584e0f2f9fec5b76265d69b2c15e723e5447 (diff)
downloadMPC-315d2a2dd3220e48ab836662c168a9cacc3d4585.tar.gz
ChangeLogTag: Fri Aug 14 18:46:11 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/vc7.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/templates/vc7.txt b/docs/templates/vc7.txt
index 1f1a875f..a785b4fe 100644
--- a/docs/templates/vc7.txt
+++ b/docs/templates/vc7.txt
@@ -1,4 +1,4 @@
-// Current as of 4/04/2008
+// Current as of 8/14/2009
// This defines the role of all the template variables specific to the
// 'vc7' and 'vc71' project types.
//
@@ -14,6 +14,7 @@ debug_format = This setting specifies the "Debug Information Format" found in th
debug_prj = This is an internally used template variable to determine if the configuration originated as "Debug". In the event that the 'optimize' template variable is overridden, debug_prj allows the correct run-time library to be chosen.
defines = Macros that are specific to a particular configuration.
detect64bitportabilityproblems = This corresponds to the C/C++ Code Generation property "Detect 64-bit Portability Issues". The boolean value specifies the pull-down value in the IDE.
+disablespecificwarnings = A space separated list of warning numbers to be disabled.
enablefunctionlevellinking = This corresponds to the C/C++ Code Generation property "Enable Function-Level Linking". The boolean value specifies the pull-down value in the IDE.
encoding = Specifies the XML encoding for the generated .vcproj file.
exceptions = This setting corresponds to the C/C++ Code Generation property "Enable C++ Exceptions". The boolean value specifies the pull-down value in the IDE.