summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 22:37:26 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 22:37:26 +0000
commit3a098bf36854369e2e010d135042e45e29b25e66 (patch)
tree4ecd95cd83733583b603bda88f7d935853ec2b4c
parent7a1283de380180fce7c235cec32d2dcb17895cd0 (diff)
downloadATCD-3a098bf36854369e2e010d135042e45e29b25e66.tar.gz
ChangeLogTag:Fri Sep 1 17:36:37 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 561caa4c70f..457617ec4ad 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Sep 1 17:36:37 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * examples/Simulator/Event_Supplier/Makefile:
+ Add TAO_PortableServer to the libraries. With this everything
+ compiles under SunCC 4.2
+
Fri Sep 1 16:39:19 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/Logging_Service/Makefile:
diff --git a/TAO/examples/Simulator/Event_Supplier/Makefile b/TAO/examples/Simulator/Event_Supplier/Makefile
index b82a27fee66..d9eb092622d 100644
--- a/TAO/examples/Simulator/Event_Supplier/Makefile
+++ b/TAO/examples/Simulator/Event_Supplier/Makefile
@@ -21,7 +21,7 @@ EVENT_CON_OBJS = NavWeapC.o NavWeapS.o Event_Con.o
LOGGING_SUP_OBJS = NavWeapC.o NavWeapS.o Logging_Sup.o DOVE_Supplier.o
DUALEC_SUP_OBJS = NavWeapC.o NavWeapS.o DualEC_Sup.o DOVE_Supplier.o
-LDLIBS = -lTAO_RTOLDEvent -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
+LDLIBS = -lTAO_RTOLDEvent -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableServer -lTAO
BIN2 = Event_Sup Logging_Sup DualEC_Sup Event_Con