diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-02-20 11:10:14 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-02-20 11:10:14 -0330 |
commit | fa724d04022aa183d42cf5d2b05678bdff312009 (patch) | |
tree | 61d12686a6ba425c05da68feca8ae573611b97df /cpp | |
parent | Fixed broken assembly redirection. This will need updates if we have (diff) | |
download | ice-fa724d04022aa183d42cf5d2b05678bdff312009.tar.bz2 ice-fa724d04022aa183d42cf5d2b05678bdff312009.tar.xz ice-fa724d04022aa183d42cf5d2b05678bdff312009.zip |
Bug 3742 - Use WS2003 R2 SDK rather than SP1 for BCC
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.WINDOWS | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index ee5182d84cd..5ca4df191e1 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -83,7 +83,7 @@ Visual C++ 2005 Express SP1 Setup Users of Visual C++ 2005 Express SP1 need to install the Microsoft Platform SDK: - http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en + http://www.microsoft.com/Downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&displaylang=en Once installed, follow the instructions at the link below: @@ -142,15 +142,16 @@ NMAKE and Message Compiler (MC.EXE) In order to build Ice, you will need the Microsoft NMAKE and Message Compiler utilities. These are included in all full Microsoft C++ compiler distributions. If you are using C++Builder or Visual C++ 2008 -Express, you can download them as part of the Windows Platform SDK: +Express, you can download them as part of the Windows Server 2003 R2 +Platform SDK: - http://www.microsoft.com/downloads/details.aspx?familyid=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en + http://www.microsoft.com/Downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&displaylang=en Once installed, you need to add the Platform SDK directories to the INCLUDE and PATH environment variables. This can be done by executing the following script: - C:\Program Files\Microsoft Platform SDK\SetEnv.Cmd + C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd Third-party libraries |