summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-09-22 16:04:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-09-22 16:04:58 +0000
commit1e6e16a47e365e3f28b529819f122a9c90e010d4 (patch)
tree571ac66461b992243b429b8e806e060a1ed2f92b
parent7ce90f50d5048c9130cf5da2aa0db6210fc7e5fb (diff)
downloadATCD-1e6e16a47e365e3f28b529819f122a9c90e010d4.tar.gz
ChangeLogTag: Mon Sep 22 11:04:03 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--bin/MakeProjectCreator/config/portablegroup.mpb7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d0a1fb84d26..e47490fdd27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Sep 22 11:04:03 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/portablegroup.mpb:
+
+ Use comps and tagchecks instead of requires for 'PortableGroup'.
+
Mon Sep 22 10:16:06 2003 Chad Elliott <elliott_c@ociweb.com>
* include/makeinclude/platform_lynxos.GNU:
diff --git a/bin/MakeProjectCreator/config/portablegroup.mpb b/bin/MakeProjectCreator/config/portablegroup.mpb
index a690f117c95..49ef264ae87 100644
--- a/bin/MakeProjectCreator/config/portablegroup.mpb
+++ b/bin/MakeProjectCreator/config/portablegroup.mpb
@@ -1,5 +1,6 @@
project : naming {
- libs += TAO_PortableGroup
- after += PortableGroup
- requires += PortableGroup
+ libs += TAO_PortableGroup
+ after += PortableGroup
+ comps += PortableGroup
+ tagchecks += PortableGroup
}