summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-03-23 13:46:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-03-23 13:46:58 +0000
commit628f1ce6da1ac888c42dc3c4a2e6a5bdafa11105 (patch)
tree801d110712fe371a5fb5574258e7f5f3b0823b32 /docs/templates
parent7ee745c95ccea7607967b28660c969086c610540 (diff)
downloadMPC-628f1ce6da1ac888c42dc3c4a2e6a5bdafa11105.tar.gz
ChangeLogTag: Tue Mar 23 13:44:29 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/vc7.txt5
-rw-r--r--docs/templates/vc8.txt1
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/templates/vc7.txt b/docs/templates/vc7.txt
index a785b4fe..a2690408 100644
--- a/docs/templates/vc7.txt
+++ b/docs/templates/vc7.txt
@@ -1,4 +1,4 @@
-// Current as of 8/14/2009
+// Current as of 3/23/2010
// This defines the role of all the template variables specific to the
// 'vc7' and 'vc71' project types.
//
@@ -25,6 +25,7 @@ guid = The value for this variable is generated during project generation.
ignore_default_library_names = The value for this is evaluated as a space separated list of default library names to ignore. It corresponds to the Linker Input property "Ignore Specific Library".
ignorealldefaultlibraries = Ignore all default libraries during linking.
inlinefunctionexpansion = This corresponds to the C/C++ Optimization property "Inline Function Expansion". A value of 1 indicates /Ob1 (inline only those designated to be inlined). A value of 2 indicates /Ob2 (inline any suitable function).
+lib_options = Allows passing arbitrary options to the librarian tool.
link_options = Allows passing arbitrary options to the linker.
linkincremental = This setting corresponds to the Linker General property "Enable Incremental Linking". The values 1 and 2 correspond to NO and YES respectively.
machine = This corresponds to the Linker Advanced property "Target Machine". The numeric value corresponds to the pull-down values in the IDE.
@@ -47,7 +48,7 @@ subsystem = This corresponds to the Linker System property "SubSystem". This va
unicode = If this boolean template variable is set, the UNICODE and _UNICODE macros are added to the C/C++ Preprocessor property "Preprocessor Definitions".
unicode_mfc_entry = This corresponds to the Linker Advanced property "Entry Point". This variable should not be set directly by the user; instead the project should inherit from 'mfc'.
use_mfc = This corresponds to the General property "Use of MFC". This variable should not be set directly by the user; instead the project should inherit from 'mfc'.
-UseOfATL = This corresponds to the General property "Use of ATL".
+useofatl = This corresponds to the General property "Use of ATL".
vcprojecttype = Specifies the ProjectType setting within the generated .vcproj file.
vcversion = Specifies the version of the generated .vcproj file. This value is determined by the VC7ProjectCreator or the VC71ProjectCreator.
warning_level = This setting corresponds to the C/C++ General property "Warning Level". Valid values are 0 through 4.
diff --git a/docs/templates/vc8.txt b/docs/templates/vc8.txt
index fa607708..5d886386 100644
--- a/docs/templates/vc8.txt
+++ b/docs/templates/vc8.txt
@@ -79,6 +79,7 @@ keycontainer = Specifies the named container of the key for strongly naming the
keyfile = Specifies the file that contains the key for strongly naming the output assembly.
language = This template variable is based on the language setting of MPC, except if the 'webapp' project variable is set. In that case, it is 'website'.
largeaddressaware = Enables handling address larger than 2 Gb. 0 is "Default", 1 is "Do Not Support Addresses Larger Than 2 Gigabytes", and 2 is "Support Addresses Larger Than 2 Gigabytes".
+lib_options = Allows passing arbitrary options to the librarian tool.
link_options = Allows passing arbitrary options to the linker.
linkincremental = This setting corresponds to the Linker General property "Enable Incremental Linking". The values 1 and 2 correspond to NO and YES respectively.
linklibrarydependencies = Disables automatically linking in libraries from project dependencies if set to false.