summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-07-20 15:20:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-07-20 15:20:48 +0000
commitd831e0877bfdd7b5763f45a1a5ff079f6cd72f17 (patch)
tree721b25ee3428852ee42242fa9cd28b6a13ec0ec3 /ACE-INSTALL.html
parent20a77c9dc9f8d8741f95ed73b66348093d4fe996 (diff)
downloadATCD-d831e0877bfdd7b5763f45a1a5ff079f6cd72f17.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index bea7794d7c8..d28687d65d6 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -2626,8 +2626,9 @@ documentation on MPC.<P>
A common usage for creating a Windows workspace containing just the
core ACE and TAO libraries and executables is the following:
-<pre><code> C:> cd %TAO_ROOT% C:> %ACE_ROOT%\bin\mwc.pl -type vc71
-TAO_ACE.mwc </pre></code>
+<pre><code>
+C:> cd %TAO_ROOT% C:> %ACE_ROOT%\bin\mwc.pl -type vc71 TAO_ACE.mwc
+</pre></code>
Replace vc71 with whatever project type you want to use. On Linux and
other UNIX platform it's even easier: <P>