summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-20 04:55:29 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-20 04:55:29 +0000
commitd15e2d98685c2181956096d5f1305135a30b1356 (patch)
treed72cf2f71d9b119ba62f436e2e985d2360cbeb8b
parentccf3178c2ea47a64084aaa69a68d1e8b08f8d7f1 (diff)
downloadATCD-d15e2d98685c2181956096d5f1305135a30b1356.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b12
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU11
2 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index a8131776106..1395d1d8177 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,15 @@
+Wed May 19 23:50:18 1999 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * ace/TkReactor.{h,cpp}:
+ * ace/Makefile:
+ Added a new reactor implementation based on the Tcl/Tk Event
+ loop and event handling mechanism.
+
+ * ace/tests/TkReactor_Test.{cpp,tcl}:
+ * ace/tests/Makefile:
+ The Tk Reactor test and the tcl script for the GUI. This is
+ similar to the XtReactor_Test.
+
Wed May 19 21:56:49 1999 David L. Levine <levine@cs.wustl.edu>
* ace/Message_Queue.h: fixed typo in comment: interrupt.
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 7e38c4d129a..1fda9c3cd58 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -28,6 +28,17 @@ debug = 1
distrib = 0
threads = 1
+tk_reactor = 0
+ace_with_x11 = 0
+
+PLATFORM_TK_CPPFLAGS=
+PLATFORM_TK_LIBS=-ltk -ltcl
+PLATFORM_TK_LDFLAGS=
+
+PLATFORM_X11_CPPFLAGS=
+PLATFORM_X11_LIBS =-lX11
+PLATFORM_X11_LDFLAGS=
+
ifeq ($(threads),1)
CFLAGS += -mt
LDFLAGS += -mt