From 921463b03033e05743f2d00466e435b9c5bdd717 Mon Sep 17 00:00:00 2001 From: Oliver Kellogg Date: Tue, 16 Jul 2024 07:42:50 +0200 Subject: [PATCH] TAO/TAO-INSTALL.html : In "Building and Installing TAO from git" mwc.pl TAO_ACE.mwc add missing `-type gnuace`. --- TAO/TAO-INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html index 1094be6199259..55065bbe897bf 100644 --- a/TAO/TAO-INSTALL.html +++ b/TAO/TAO-INSTALL.html @@ -562,7 +562,7 @@

Building and Installing TAO from git

-type bmake for Borland C++ make files.

  • Build ACE+TAO together in one shot. To do that please issue the following commands:

    - $ACE_ROOT/bin/mwc.pl TAO_ACE.mwc

    + $ACE_ROOT/bin/mwc.pl TAO_ACE.mwc -type gnuace

    from $TAO_ROOT. This will generate GNUmakefiles for ACE, gperf, and core ACE+TAO libraries. Issuing a 'make' from $TAO_ROOT will build all of