summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 16:29:34 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 16:29:34 +0000
commit4eb5f7d29e019340ba2008f661900be986244313 (patch)
treefc50473d86d69d187ef08f07f5aea2621edadc0c
parent057365000542d71e6074c445ede882934d6aaf44 (diff)
downloadATCD-4eb5f7d29e019340ba2008f661900be986244313.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b6
-rw-r--r--examples/Reactor/Proactor/Makefile2
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index a15f1e9b213..34d5190e3da 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,7 +1,10 @@
Tue Feb 16 00:39:35 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ * examples/Reactor/Proactor/Makefile:
+ New make file which also compiles the test_aiosig_ace.cpp
+ program.
+
* ace/POSIX_Asynch_IO.i:
-
rTagged the ACE_wrappers repository with <before_proactor>
After the following changes rtagged the repository with
<after_proactor>
@@ -36,7 +39,6 @@ Tue Feb 16 00:39:35 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
test_aiosig.cpp
test_aiosig_ace.cpp
README
-
Test files for testing out the platforms.
Mon Feb 15 13:17:15 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
diff --git a/examples/Reactor/Proactor/Makefile b/examples/Reactor/Proactor/Makefile
index 1f91dcd00fd..3932260c930 100644
--- a/examples/Reactor/Proactor/Makefile
+++ b/examples/Reactor/Proactor/Makefile
@@ -8,7 +8,7 @@
# Local macros
#----------------------------------------------------------------------------
-BIN = test_proactor
+BIN = test_proactor test_aiosig_ace
LSRC = $(addsuffix .cpp,$(BIN))
VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)