diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2013-08-12 12:35:39 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2013-08-12 12:35:39 +0000 |
commit | aac9bfcf94e3042e7496658200f67da62277e1a3 (patch) | |
tree | 1993f0a3b106053b4e67d3ba1cf94cacf08b85ba /ACE/ACE-INSTALL.html | |
parent | 98478d58c919e17d70c4b84fda2c0c3dd3cae95b (diff) | |
download | ATCD-aac9bfcf94e3042e7496658200f67da62277e1a3.tar.gz |
Mon Aug 12 12:35:53 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html:
Extended bcc32 instructions
Diffstat (limited to 'ACE/ACE-INSTALL.html')
-rw-r--r-- | ACE/ACE-INSTALL.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html index 158fece553f..2f7bdf4e5b1 100644 --- a/ACE/ACE-INSTALL.html +++ b/ACE/ACE-INSTALL.html @@ -644,7 +644,7 @@ to check <a href="#win32nonic">here</a> first. <p> <br> <code>#include "ace/config-win32.h"</code><br> <br> - </li><li>Open a Command Prompt (DOS Box).<br> + </li><li>Open a RAD Studio Command Prompt.<br> <br> </li><li>Set the ACE_ROOT environment variable to point to the ACE_wrappers directory. For example:<br> @@ -663,10 +663,6 @@ to check <a href="#win32nonic">here</a> first. <p> <br> <code>cd %ACE_ROOT%\ace</code><br> <br> - </li><li>Build release DLLs for ACE by going:<br> - <br> - <code>make -f Makefile.bmak all</code><br> - <br> </li><li>You can build several different versions of ACE by setting environment variables before you run make:<br> <br> @@ -691,6 +687,10 @@ to check <a href="#win32nonic">here</a> first. <p> You may also enable the options by passing them as command line options to make, for example:<br> <code>make -f Makefile.bmak -DDEBUG all</code><br> <br> + </li><li>Build ACE by doing:<br> + <br> + <code>make -f Makefile.bmak all</code><br> + <br> </li></ol> <p> |