diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-27 11:13:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-27 11:13:30 +0000 |
commit | f6a1f077cf87f1cec7cb2320cb9675d99c4f5d5a (patch) | |
tree | f30fffc97251c5824f097cd8aa477818a00e8aad | |
parent | daf7a26a78dffcd506930a2d295d8e7138da68ae (diff) | |
download | ATCD-f6a1f077cf87f1cec7cb2320cb9675d99c4f5d5a.tar.gz |
ChangeLogTag: Wed Feb 27 12:09:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | ACE-INSTALL.html | 17 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 6 |
4 files changed, 29 insertions, 6 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index f8cb748bfc3..e0e271bfa0c 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -947,7 +947,7 @@ option available with The default behavior of the ACE Makefiles is to enable native exception support. To disable exception handling, add <code>exceptions=0</code> to your <code>make</code> command line - invocation, or to your + invocation, or to your <code>$ACE_ROOT/include/makeinclude/platform_macros.GNU</code> file.<p> <li>egcs may have trouble linking some executables, such as the ACE @@ -1204,14 +1204,14 @@ Makefile.bor files to compile ACE, the ACE one-button tests, and TAO with Borland C++ Builder. <P> <P><hr align=left width="50%"><P> -<H4><A NAME="borland">Building and Installing ACE on Win32 with Borland +<H4><A NAME="borland">Building and Installing ACE on Win32 with Borland C++Builder</A></H4> If you are building for a machine without a network card, you may want to check <A HREF="#win32nonic">here</A> first. <P> <OL> - <LI>Uncompress the ACE distribution into a directory, where it will + <LI>Uncompress the ACE distribution into a directory, where it will create an ACE_wrappers directory containing the source. The ACE_wrappers directory will be referred to as ACE_ROOT in the following steps -- so @@ -1239,20 +1239,25 @@ create an <BR> <CODE>set ACE_ROOT=C:\ACE_wrappers</CODE><BR> <BR> + <LI>Set the BCBVER environment vairable to the main version of your BCB compiler. + Currently 4, 5, and 6 are supported. For example:<BR> + <BR> + <CODE>set BCBVER=5</CODE><BR> + <BR> <LI>Change to the ACE_ROOT\ace directory.<BR> <BR> <LI>Build release DLLs for ACE by going:<BR> <BR> <CODE>make -f Makefile.bor</CODE><BR> <BR> - <LI>You can build debug DLLs for ACE by setting the DEBUG environment + <LI>You can build debug DLLs for ACE by setting the DEBUG environment variable before you run make:<BR> <BR> <CODE>set DEBUG=1<BR> make -f Makefile.bor</CODE><BR> <BR> - <LI>Optionally install the ACE header files, libraries and executables + <LI>Optionally install the ACE header files, libraries and executables for use in your applications. Here we are installing them into C:\ACETAO: <BR> <BR> @@ -1260,7 +1265,7 @@ for use <BR> </OL> -These instructions do not cover all possible build configurations. Please +These instructions do not cover all possible build configurations. Please see <A HREF="http://www.tenermerx.com/tao_bcb/index.html">http://www.tenermerx.com/tao_bcb/index.html</A> for more detailed information on building and using ACE+TAO with Borland C++ diff --git a/ChangeLog b/ChangeLog index 23dcac65ab3..f841bd51ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 27 12:09:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * ACE-INSTALL.html: + Added description about setting environment variable BCBVER to + the Borland building instructions + Wed Feb 27 10:47:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> * include/makeinclude/ace_flags.bor: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 23dcac65ab3..f841bd51ec9 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,9 @@ +Wed Feb 27 12:09:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * ACE-INSTALL.html: + Added description about setting environment variable BCBVER to + the Borland building instructions + Wed Feb 27 10:47:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> * include/makeinclude/ace_flags.bor: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 23dcac65ab3..f841bd51ec9 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Wed Feb 27 12:09:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * ACE-INSTALL.html: + Added description about setting environment variable BCBVER to + the Borland building instructions + Wed Feb 27 10:47:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> * include/makeinclude/ace_flags.bor: |