summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-24 15:20:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-24 15:20:57 +0000
commitde38c24d84ab77787af4ce8640e7c889c93b272e (patch)
treeb1f2cf931dba796c8cdb6e5e3f220903d817d979
parent9853026f2313737930e9dea19b19ca6cc86ba9f5 (diff)
downloadATCD-de38c24d84ab77787af4ce8640e7c889c93b272e.tar.gz
ChangeLogTag: Thu Apr 24 10:17:28 2003 Steve Totten <totten_s@ociweb.com>
-rw-r--r--ChangeLog17
-rw-r--r--bin/MakeProjectCreator/config/smart_proxies.mpb5
2 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c50305d61aa..92af3ee4557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,24 @@
+Thu Apr 24 10:17:28 2003 Steve Totten <totten_s@ociweb.com>
+
+ * bin/MakeProjectCreator/config/smart_proxies.mpb:
+
+ Added a smart_proxies base project to make it easy to
+ build with TAO smart proxies support.
+
+Thu Apr 24 10:20:20 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/smart_proxies.mpb:
+
Thu Apr 24 13:55:00 UTC 2003 Gautam Thaker <gthaker@atl.lmco.com>
- * README.SCTP
- Edited for content. This file provides SCTP network level
+ * README.SCTP
+ Edited for content. This file provides SCTP network level
information.
* README.OpenSS7
Added. This file provides OpenSS7 implementation
specific information.
* README.SCIOP
- Added. This file provides TAO SCIOP level related
+ Added. This file provides TAO SCIOP level related
README information. Ideally it might be put some place
under TAO/ but it is kept here with other SCTP related
README files.
diff --git a/bin/MakeProjectCreator/config/smart_proxies.mpb b/bin/MakeProjectCreator/config/smart_proxies.mpb
new file mode 100644
index 00000000000..21f0116012a
--- /dev/null
+++ b/bin/MakeProjectCreator/config/smart_proxies.mpb
@@ -0,0 +1,5 @@
+project {
+ depends += SmartProxies
+ libs += TAO_SmartProxies
+ requires += smart_proxies
+}