summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-13 21:03:39 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-13 21:03:39 +0000
commit005c9848f8fc08e06049f2024e93cb1601c01993 (patch)
treec2d45c1f4e6c3d794625230e2c3290f8a76c23ca
parent81e8fd131e5aeefba7f213447ac9b445b03c60eb (diff)
downloadATCD-005c9848f8fc08e06049f2024e93cb1601c01993.tar.gz
ChangeLogTag: Wed Oct 13 15:44:58 2004 Dale Wilson <wilson_d@ociweb.com>
-rw-r--r--ChangeLog_pnotify6
-rw-r--r--bin/MakeProjectCreator/config/notify_serv.mpb10
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog_pnotify b/ChangeLog_pnotify
new file mode 100644
index 00000000000..842a803ad1f
--- /dev/null
+++ b/ChangeLog_pnotify
@@ -0,0 +1,6 @@
+Wed Oct 13 15:44:58 2004 Dale Wilson <wilson_d@ociweb.com>
+
+ * bin/MakeProjectCreator/config/notify_serv.mpb:
+ missing file from merge.
+
+
diff --git a/bin/MakeProjectCreator/config/notify_serv.mpb b/bin/MakeProjectCreator/config/notify_serv.mpb
new file mode 100644
index 00000000000..86e9e57ac14
--- /dev/null
+++ b/bin/MakeProjectCreator/config/notify_serv.mpb
@@ -0,0 +1,10 @@
+// -*- MPC -*-
+// $Id$
+// NOTE: this is for *users* of CosNotification_serv. Use
+// Notification_serv.mpb to build CosNotification_serv.
+
+project : orbsvcslib, notification, event {
+ after += CosNotification_serv
+ libs += TAO_CosNotification_serv
+ libs += TAO_CosNotification_skel
+}