Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugh Bellamy <hughbellars@gmail.com>2016-04-25 15:02:57 +0300
committerHugh Bellamy <hughbellars@gmail.com>2016-04-25 15:04:17 +0300
commit1b9f78d4e3574664a4a724c13a12733aa467467a (patch)
treedadaa3ce9792949bc1edef5605b25f08c232519d /Documentation/building
parent5788aa4da2b6bc6ba798ac877c5d729cc866f32f (diff)
Add instructions for building 32 or 64 bit binaries on Windows
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/windows-instructions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index b594446985..2e35054692 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -49,6 +49,10 @@ build for another OS by specifying `/p:FilterToOSGroup=[Windows_NT|Linux|OSX|Fre
By default, building from the root or within a project will build the libraries in Debug mode. One can build in Debug or Release mode by specifying `/p:ConfigurationGroup=[Debug|Release]` after the `msbuild` command.
+### Building other Architectures
+
+One can build 32 or 64 bit binaries or for any architecture by specifying `/p:Platform=[x86|x64|AnyCPU]` after the `msbuild` command.
+
## Tests
We use the OSS testing framework [xunit](http://xunit.github.io/).