diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-07-22 14:11:28 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-07-22 14:11:28 -0400 |
commit | 155a0444ee6896bd233c0fb35f7472202f4fd7a2 (patch) | |
tree | 8c412940fe46c964ed7243434dac3099c9cca7ae /cpp/BuildInstructionsWindows.md | |
parent | Simplified text (diff) | |
download | ice-155a0444ee6896bd233c0fb35f7472202f4fd7a2.tar.bz2 ice-155a0444ee6896bd233c0fb35f7472202f4fd7a2.tar.xz ice-155a0444ee6896bd233c0fb35f7472202f4fd7a2.zip |
Updated x64 section
Diffstat (limited to 'cpp/BuildInstructionsWindows.md')
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index be842e46fa7..7e3dd83890f 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -66,9 +66,8 @@ This will build the Ice core libraries, services, and tests. ### x64 Platform -Building Ice on x64 with the Visual Studio C++ compiler is like building Ice on -x86. You just need to perform the build in an "x64 Command Prompt", and not in a -regular "Developer Command Prompt". +Building Ice for x64 with Visual Studio is like building Ice for x86. You just need to +perform the build in an "x64 Command Prompt", and not in a regular "Developer Command Prompt". ## Installing a C++ Source Build |