diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-01-14 13:37:19 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-01-14 13:37:19 -0800 |
commit | 569afb40a08ce93c00cd4cfd2247efea3c77dc58 (patch) | |
tree | adc9e9c91d41efababdd4916e5604f55b9f829c9 | |
parent | Fix 3652 - string.h need to be included to use strerror with gcc >= 4.3.2 (diff) | |
download | ice-569afb40a08ce93c00cd4cfd2247efea3c77dc58.tar.bz2 ice-569afb40a08ce93c00cd4cfd2247efea3c77dc58.tar.xz ice-569afb40a08ce93c00cd4cfd2247efea3c77dc58.zip |
minor fix to BCC README
-rw-r--r-- | distribution/src/windows/bcc/doc/README.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/distribution/src/windows/bcc/doc/README.txt b/distribution/src/windows/bcc/doc/README.txt index 44748fcc5bb..fa28ea7245a 100644 --- a/distribution/src/windows/bcc/doc/README.txt +++ b/distribution/src/windows/bcc/doc/README.txt @@ -72,13 +72,15 @@ and build it yourself. NMAKE and Message Compiler (MC.EXE)
-----------------------------------
-In order to build Ice demos, you will need the Microsoft NMAKE and Message
-Compiler utilities. These are included in all full Microsoft C++
-compiler distributions.
-You can download them as part of the Windows Platform SDK:
+In order to build Ice demos, you will need the Microsoft NMAKE and
+Message Compiler utilities. These are included in all full Microsoft
+C++ compiler distributions.
+
+You can also download them as part of the Windows Platform SDK:
http://www.microsoft.com/downloads/details.aspx?FamilyId=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en
+
Building and running the C++ demos
----------------------------------
|