summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distribution/src/common/README.DEMOS.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/distribution/src/common/README.DEMOS.txt b/distribution/src/common/README.DEMOS.txt
index 7c00143bece..ea89594f73f 100644
--- a/distribution/src/common/README.DEMOS.txt
+++ b/distribution/src/common/README.DEMOS.txt
@@ -50,6 +50,9 @@ Building and running the C++ demos (Visual Studio 2008 Express)
The C++ demos are in the demo directory.
+NMAKE is used to build the demos with Visual Studio Express since it
+doesn't support the Ice Visual Studio extension.
+
To build the C++ demos, open a "Visual Studio 2008 Command Prompt"
window, change to the demo directory and run the following commands to
build the demos:
@@ -67,12 +70,6 @@ your PATH, as shown below:
> set PATH=<Ice installation root directory>\bin;%PATH%
-If you built an x64 configuration, use this setting instead (the
-x64 directory must come first in your PATH):
-
- > set PATH=<Ice installation root directory>\bin;%PATH%
- > set PATH=<Ice installation root directory>\bin\x64;%PATH%
-
Change to the desired demo subdirectory and review the README file if
one is present. Type 'server' to start the server. In another command
prompt, type 'client' to start the client.