summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbrudka <mbrudka@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-12 01:58:49 +0000
committermbrudka <mbrudka@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-12 01:58:49 +0000
commit73654cf2e3c567b52209df9e160c78317b4edae0 (patch)
treec1c7f839aecb9d11e1c9006668a2d2f37fcaf0a5
parent142009389bb202dca1a8b8a00ab6ba11d6b6ec4f (diff)
downloadATCD-73654cf2e3c567b52209df9e160c78317b4edae0.tar.gz
ChangeLogTag: Sun Dec 12 02:14:51 2004 Marek Brudka <mbrudka@aster.pl>
-rw-r--r--ACE-INSTALL.html16
-rw-r--r--tests/HTBP/Reactor_Tests/.cvsignore2
-rw-r--r--tests/HTBP/Send_Large_Msg/.cvsignore2
-rw-r--r--tests/HTBP/Send_Recv_Tests/.cvsignore1
-rw-r--r--tests/HTBP/ping/.cvsignore2
5 files changed, 17 insertions, 6 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index a7da0cb28ea..ddfcaba39f8 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -2464,7 +2464,7 @@ libraries.
<h4> Using GUI Reactor Library </h4>
MPC-based application projects depending on specific [Gui]Reactor may inherit settings from
<code>ace_[gui]reactor.mpb</code> base projects. These base projects ensure that all necessary libraries
- are linked to the aplpication, specifies features necessary to build a project and moreover impose a
+ are linked to the aplpication, specifies feature necessary to build a project and moreover impose a
build order consistant with ACE. For example, the application project using <code>XtReactor</code> should be
derived from <code>ace_xtreactor.mpb</code>.
<h4>Notes on specific GUI Reactors</h4>
@@ -2473,20 +2473,24 @@ libraries.
The build is controlled by <code>ace_glreactor</code> feature.
To build this reactor one has to provide feature <code>qt</code> (Qt library). Moreover,
it is assumed that <code>Qt</code> was installed in a standard way
- and <code>QTDIR</code> points to <code>Qt</code> installation folder.
+ and <code>QTDIR</code> points to <code>Qt</code> installation folder. To build TAO
+ support for <code>Qt</code> one should use <code>tao_qtreactor</code> feature.
<li> <code>XtReactor</code></li>
The build is controlled by <code>ace_xtreactor</code> feature.
To build this reactor one has to provide the following features: <code>x11</code> (X11 libraries) and
<code>xt</code> (X11 Toolkit). Moreover, some examples and tests related with <code>XtReactor</code>
needs additionall features namely either <code>motif</code> (Motif/Lesstif libraries) or
- <code>athena</code> (Athena widgets).
+ <code>athena</code> (Athena widgets). To build TAO
+ support for <code>xt</code> one should use <code>tao_xtreactor</code> feature.
<li> <code>TkReactor</code></li>
The is controlled by <code>ace_tkreactor</code> feature. To build this reactor one has to provide
- <code>tk</code> (Tcl libraries) feature.
+ <code>tk</code> (Tcl libraries) feature. To build TAO
+ support for <code>Tk</code> one should use <code>tao_tkreactor</code> feature.
<li> <code>FlReactor</code></li>
The build is controlled by <code>ace_flreactor</code> feature.
To build this reactor one has to provide the following features: <code>x11</code> (X11 libraries),
- <code>gl</code> (OpenGl) and <code>fl</code> (Fast Light Toolkit).
+ <code>gl</code> (OpenGl) and <code>fl</code> (Fast Light Toolkit). To build TAO
+ support for <code>Fl</code> one should use <code>tao_flreactor</code> feature.
</ul>
<hr><p>
@@ -2962,7 +2966,7 @@ from
<EM><br> -->
<!-- hhmts start -->
-Last modified: Sat Dec 11 17:34:25 CET 2004
+Last modified: Sun Dec 12 02:56:14 CET 2004
<!-- hhmts end -->
diff --git a/tests/HTBP/Reactor_Tests/.cvsignore b/tests/HTBP/Reactor_Tests/.cvsignore
new file mode 100644
index 00000000000..f2ad85300eb
--- /dev/null
+++ b/tests/HTBP/Reactor_Tests/.cvsignore
@@ -0,0 +1,2 @@
+client
+server
diff --git a/tests/HTBP/Send_Large_Msg/.cvsignore b/tests/HTBP/Send_Large_Msg/.cvsignore
new file mode 100644
index 00000000000..f2ad85300eb
--- /dev/null
+++ b/tests/HTBP/Send_Large_Msg/.cvsignore
@@ -0,0 +1,2 @@
+client
+server
diff --git a/tests/HTBP/Send_Recv_Tests/.cvsignore b/tests/HTBP/Send_Recv_Tests/.cvsignore
new file mode 100644
index 00000000000..6eb39e2aa4c
--- /dev/null
+++ b/tests/HTBP/Send_Recv_Tests/.cvsignore
@@ -0,0 +1 @@
+SendRecv_Test
diff --git a/tests/HTBP/ping/.cvsignore b/tests/HTBP/ping/.cvsignore
new file mode 100644
index 00000000000..f2ad85300eb
--- /dev/null
+++ b/tests/HTBP/ping/.cvsignore
@@ -0,0 +1,2 @@
+client
+server