summaryrefslogtreecommitdiff
path: root/ACE/ACE-INSTALL.html
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-09-16 09:37:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-09-16 09:37:28 +0000
commitef4c7fcb54816337c6bd63b6b6cd0c1b6193820c (patch)
tree5841c1af519ff22b47ab91299716ba922ff3c4e1 /ACE/ACE-INSTALL.html
parenteb65ec7df3fa3633a767dc3494d30b0a65effede (diff)
downloadATCD-ef4c7fcb54816337c6bd63b6b6cd0c1b6193820c.tar.gz
Mon Sep 16 09:37:33 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html: Extended Embarcadero C++ Builder instructions * tests/Compiler_Features_24_Test.cpp: Further extend this unit test with more code
Diffstat (limited to 'ACE/ACE-INSTALL.html')
-rw-r--r--ACE/ACE-INSTALL.html18
1 files changed, 11 insertions, 7 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index 1d630fa58b0..5736aeef470 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -659,14 +659,14 @@ to check <a href="#win32nonic">here</a> first. <p>
<br>
<code>set PATH=%ACE_ROOT%\lib;%ACE_ROOT%\bin;%PATH%</code><br>
<br>
- </li><li>Generate the bmake makefiles using <a href="#MPC">MPC</a>. Use the <code>bmake</code> project type for C++ Builder:<br>
- <br>
- <code>%ACE_ROOT%\bin\mwc.pl -type bmake</code><br>
- <br>
</li><li>Change to the ACE_ROOT\ace directory.<br>
<br>
<code>cd %ACE_ROOT%\ace</code><br>
<br>
+ </li><li>Generate the bmake makefiles using <a href="#MPC">MPC</a>. Use the <code>bmake</code> project type for C++ Builder:<br>
+ <br>
+ <code>%ACE_ROOT%\bin\mwc.pl -type bmake</code><br>
+ <br>
</li><li>You can build several different versions of ACE by setting the following optional environment
variables before you run make:<br>
<br>
@@ -706,14 +706,16 @@ The C++ Builder port has been done by Jody Hagins, <a href="mailto:chris@kohlhof
<b>ACE TESTS</b></p><p>
Before you can build the tests you need to build the protocols directory.
-Change the directory to ACE_ROOT\protocols and start the build with: </p><p>
+Change the directory to ACE_ROOT\protocols and start: </p><p>
</p><blockquote><code>
+%ACE_ROOT%\bin\mwc.pl -type bmake<br>
make -f Makefile.bmak all
</code></blockquote><p>
The tests are located in ACE_ROOT\tests, change to this directory.
-You build then the tests with the following command:</p><p>
+You build then the tests with the following commands:</p><p>
</p><blockquote><code>
+%ACE_ROOT%\bin\mwc.pl -type bmake<br>
make -f Makefile.bmak all
</code></blockquote><p>
@@ -722,7 +724,9 @@ Once you build all the tests, you can run the automated test script using:</p><p
<code>tests</code> directory to try all the tests. You need to make
sure the ACE bin and lib directory (in this case
<code>%ACE_ROOT%\bin</code> and <code>%ACE_ROOT%\lib</code>)
-are on the path before you try to run the tests.</p><p>
+are on the path before you try to run the tests. If your executables are
+compiled into a subdirectory, add <code>-ExeSubDir subdirname</code> to the
+command.</p><p>
<p></p><hr align="left" width="50%"><p>
</p><h3><a name="mingw">Building and Installing ACE on Win32 with MinGW/ MSYS</a></h3>