summaryrefslogtreecommitdiff
path: root/README.windows
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-11-30 23:36:23 +0000
committerDavid Wragg <david@rabbitmq.com>2010-11-30 23:36:23 +0000
commit1ad7c5103adc4ced93296c5d8c7cdd5393922c98 (patch)
tree60b5ff99321bb5d8768acd81191d666499379e38 /README.windows
parent50a3d18330fac34c7069b90f1c5694fca0d1306a (diff)
downloadrabbitmq-c-github-ask-1ad7c5103adc4ced93296c5d8c7cdd5393922c98.tar.gz
Support for 64-bit Windows builds
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.windows b/README.windows
index 836a3be..cfff065 100644
--- a/README.windows
+++ b/README.windows
@@ -91,6 +91,12 @@ DLL, the corresponding .lib file, and header files. These are
sufficient to create applications using librabbitmq within Visual
Studio.
+build-ms.sh produces 32-bit binaries by default. If you have an
+appropriate version of Visual Studio (e.g. VS2010), you can build
+64-bit binaries with:
+
+ bash-3.1$ etc/build-ms.sh --enable-64-bit
+
## Building rabbitmq-c with gcc