From b5fb055b7d4e580e31dce1b32470840e673620ae Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 14 Jun 2005 14:19:34 +0000 Subject: ChangeLogTag: Tue Jun 14 14:15:12 UTC 2005 Johnny Willemsen --- ACE-INSTALL.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'ACE-INSTALL.html') diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 9bf2d8cc89c..6a7579482d7 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -1254,8 +1254,8 @@ variables Set the environment variable below to build a unicode version of ACE
set UNICODE=1

-Set the environment variable below to build a version of ACE with -Codeguard support. Should only be used when DEBUG is also set
+ Set the environment variable below to build a version of ACE with + Codeguard support. Should only be used when DEBUG is also set
set CODEGUARD=1

Set the environment variable below to build a version of ACE using the @@ -1265,10 +1265,10 @@ Codeguard support. Should only be used when DEBUG is also set
set CBX=1

You can then start the build with the command -
make -f Makefile.bor
+
make -f Makefile.bor all

You may also enable the options by passing them as command line options to make, for example:
- make -f Makefile.bor -DDEBUG
+ make -f Makefile.bor -DDEBUG all

  • Optionally install the ACE header files, libraries and executables for use @@ -1283,6 +1283,8 @@ see http://www.tenermerx.c for more detailed information on building and using ACE+TAO with Borland C++ Builder.

    +Note that when you run make in a sub directory you give make -f Makefile.bor all. The all is needed to make sure the complete project is build.

    + The Borland C++ Builder 4.0/5.0/6.0 port has been done by Jody Hagins, Christopher Kohlhoff and Johnny Willemsen.

    ACE TESTS

    @@ -1290,13 +1292,13 @@ The Borland C++ Builder 4.0/5.0/6.0 port has been done by