diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-02-18 15:02:32 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-02-18 15:02:32 -0330 |
commit | a79c875408f8c522cc261fdc9ef66ebf67b3718c (patch) | |
tree | 40af99c9c309a9a80b7c3073e765e13afda35f29 | |
parent | Merge branch 'R3_3_branch' of ssh://dwayne@git.zeroc.com/home/git/ice into R3... (diff) | |
download | ice-a79c875408f8c522cc261fdc9ef66ebf67b3718c.tar.bz2 ice-a79c875408f8c522cc261fdc9ef66ebf67b3718c.tar.xz ice-a79c875408f8c522cc261fdc9ef66ebf67b3718c.zip |
Bug 3742 - linking wrong sdk to obtain nmake in INSTALL.WINDOWS
-rw-r--r-- | cpp/INSTALL.WINDOWS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index 4011bb917bb..ee5182d84cd 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -144,7 +144,13 @@ 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: - http://www.microsoft.com/downloads/details.aspx?FamilyId=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en + http://www.microsoft.com/downloads/details.aspx?familyid=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&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 Third-party libraries |