summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-05-23 19:13:56 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-05-23 19:13:56 +0000
commit30689213017b04bf9c667f1872b672a3073c7fb9 (patch)
treee62ff2912e488b3c26aa6ab0605e0a6793dd3c45 /docs
parent3354d8287bd32952d7b3b5d873b21559871e5324 (diff)
downloadMPC-30689213017b04bf9c667f1872b672a3073c7fb9.tar.gz
ChangeLogTag: Fri May 23 19:11:37 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/vc10.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/vc10.txt b/docs/templates/vc10.txt
index 617149cb..6cc0f247 100644
--- a/docs/templates/vc10.txt
+++ b/docs/templates/vc10.txt
@@ -152,6 +152,7 @@ supportunloadofdelayloadeddll = The UNLOAD qualifier tells the delay-load helper
suppressstartupbanner = Compiler and linker option that prevents display of the copyright message and version number.
swaprunfromcd = Tells the operating system to first copy the linker output to a swap file, and then run the image from there. This is a Windows NT 4.0 (and later) feature. When CD is specified, the operating system will copy the image on a removable disk to a page file and then load it.
swaprunfromnet = Tells the operating system to first copy the linker output to a swap file, and then run the image from there. This is a Windows NT 4.0 (and later) feature. If it is specified, the operating system will first copy the binary image from the network to a swap file and load it from there. This option is useful for running applications over the network.
+targetframeworkversion = The TargetFrameworkVersion attribute.
targetmachine = Specifies the subsystem for the linker. See vc10platforms.mpt for some of the settings.
terminalserveraware = Sets a flag in the IMAGE_OPTIONAL_HEADER DllCharacteristics field in the program image's optional header. When this flag is set, Terminal Server will not make certain changes to the application.
toolsversion = Override the value of the ToolsVersion attribute of the Project XML element in the vcxproj file.