diff options
-rw-r--r-- | CIAO/CIAO-INSTALL.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/CIAO-INSTALL.html b/CIAO/CIAO-INSTALL.html index b48d1612ea9..b8298e6a907 100644 --- a/CIAO/CIAO-INSTALL.html +++ b/CIAO/CIAO-INSTALL.html @@ -97,7 +97,7 @@ Library</code>. For how to do that please see <A href="./CCF/Documentation/Build.html"> Build.html</A>. <li> - In <code>$CIAO_ROOT/CIDLC</code> run <code>$ACE_ROOT/bin/mwc.pl CIDLC.mwc</code> + In <code>$CIAO_ROOT/CIDLC</code> run <code>$ACE_ROOT/bin/mwc.pl CIDLC.mwc -type gnuace</code> <li> In <code>$CIAO_ROOT/CIDLC</code> run <code>make</code>.<br> Note: The linking time is a bit long (more than 5 Minutes with an Intel XEON @@ -234,7 +234,7 @@ <code>$CIAO_ROOT/DAnCE/</code> </li> </ul> - <p>On <strong>Linux</strong>: do <code>$ACE_ROOT/bin/mwc.pl</code> at the + <p>On <strong>Linux</strong>: do <code>$ACE_ROOT/bin/mwc.pl -type gnuace</code> at the locations specified above then <code>make</code>. </p> <p>On <strong>Windows/VC71</strong>: do <code>%ACE_ROOT%/bin/mwc.pl -type vc71</code> @@ -257,7 +257,7 @@ Open up <code>$CIAO_ROOT/CIAO_TAO.mwc</code> . <li> - Run <code>$ACE_ROOT/bin/mwc.pl CIAO_TAO.mwc</code> from <code>$CIAO_ROOT</code> + Run <code>$ACE_ROOT/bin/mwc.pl CIAO_TAO.mwc -type gnuace</code> from <code>$CIAO_ROOT</code> . <li> Type 'make' |