summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 18:11:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 18:11:09 +0000
commit32f3e9c352ec4fc3eb50399deade300676f7f9d3 (patch)
tree1d6864eac3b9e52f0b64b7a880bce52f898b8a3f /docs
parente1620470978e0a0a948daf1dee23c6c468cc1582 (diff)
downloadMPC-32f3e9c352ec4fc3eb50399deade300676f7f9d3.tar.gz
ChangeLogTag: Thu Jun 26 18:10:32 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE4
-rw-r--r--docs/templates/vc8csharp.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/USAGE b/docs/USAGE
index 7f42c664..41e9c9d3 100644
--- a/docs/USAGE
+++ b/docs/USAGE
@@ -25,8 +25,8 @@ Usage: mwc.pl [-global <file>] [-include <directory>] [-recurse]
[-language <cplusplus | csharp | java | vb>]
[-type <automake | bcb2007 | bcb2009 | bds4 | bmake | cc | cdt6 |
cdt7 | em3 | ghs | html | make | nmake | rpmspec | sle |
- vc6 | vc7 | vc71 | vc8 | vc9 | vc10 | vc11 | vc12 | wb26 |
- wb30 | wix>]
+ vc6 | vc7 | vc8 | vc9 | vc10 | vc11 | vc12 | vc13 |
+ vc14 | vc71 | wb26 | wb30 | wix>]
[files]
-base Add <project> as a base project to each generated
diff --git a/docs/templates/vc8csharp.txt b/docs/templates/vc8csharp.txt
index 5a14df5e..0106c1ec 100644
--- a/docs/templates/vc8csharp.txt
+++ b/docs/templates/vc8csharp.txt
@@ -14,6 +14,7 @@ disablespecificwarnings = A space separated list of warning numbers to be disabl
guid = The value for this variable is generated during project generation.
keyfile = Indicate the keyfile to use when signing the assembly.
platformtarget = Set the Platform Target, for example x86 to force a 32-bit .NET framework.
+prefer32bit = This setting indicates whether or not 32-bit binaries should be used over 64-bit binaries.
prversion = This setting specifies the ProductVersion in the generated .csproj file.
registerforcominterop = This setting corresponds to the Build Output property "Register for COM interop". The boolean values true and false correspond to enabling or disabling the feature in the IDE.
schemaversion = This setting specifies the SchemaVersion in the generated .csproj file.