diff options
author | Sapien2 <malov.anton@gmail.com> | 2012-10-25 12:19:50 +0400 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2012-11-01 22:06:53 +0100 |
commit | 8f61e5cea74cdeb7564bf2ac3ca7411200a38af9 (patch) | |
tree | 5b1dcab8e538eef895d67185b4bf17600b49db87 /winbuild/BUILD.WINDOWS.txt | |
parent | 34ff881ece097ec8f763686a995e842315613b70 (diff) | |
download | curl-8f61e5cea74cdeb7564bf2ac3ca7411200a38af9.tar.gz |
Architecture selection for winbuild and minor makefiles refactoring
Diffstat (limited to 'winbuild/BUILD.WINDOWS.txt')
-rw-r--r-- | winbuild/BUILD.WINDOWS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index 53030cb95..2485078c5 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -68,3 +68,4 @@ where <options> is one or many of: ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
DEBUG=<yes or no> - Debug builds
+ MACHINE=<X86 or X64> - Target architecture (default is X86)
\ No newline at end of file |