diff options
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 |