summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2003-10-16 05:46:01 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2003-10-16 05:46:01 +0000
commit24a74c0c44dfb205c7ebd55a314136b428416fb6 (patch)
treea3ef530686155ab73dbdaa6107a642f62eb5f2df
parent1188d86e7863792de6959333fc447a489c89b9a4 (diff)
downloadATCD-24a74c0c44dfb205c7ebd55a314136b428416fb6.tar.gz
ChangelogTag:Thu Oct 16 00:39:52 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent.mpc10
2 files changed, 13 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 19e6e503364..a6ff1a10eb5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,12 +1,18 @@
+Thu Oct 16 00:39:52 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
+
+ * orbsvcs/orbsvcs/FtRtEvent.mpc:
+ Fixed the problem for AMI_IDL_Files not built in the idl_stubs
+ rule.
+
Wed Oct 15 22:09:35 2003 Venkita Subramonian <venkita@cs.wustl.edu>
- * orbsvcs/tests/Makefile:
+ * orbsvcs/tests/Makefile:
* orbsvcs/orbsvcs/Makefile: Enable the RTCosScheduling build only
when rtcorba and interceptors are enabled.
Wed Oct 15 20:54:42 2003 Venkita Subramonian <venkita@cs.wustl.edu>
- * orbsvcs/tests/RTCosScheduling/Makefile: Updated dependencies.
+ * orbsvcs/tests/RTCosScheduling/Makefile: Updated dependencies.
Wed Oct 15 16:30:52 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
* orbsvcs/orbsvcs/FtRtEvent.mpc:
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
index 94fc0dd2e63..1eba61fa7b9 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
@@ -17,15 +17,15 @@ project (FtRtEvent) : orbsvcslib, core, ftorbutils, rtevent, naming {
AMI_IDL_Files {
commandflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h
-// FTRT.idl
-// FtRtecEventComm.idl
+ FTRT.idl
+ FtRtecEventComm.idl
}
- idlflags += -GC
+ verbatim(gnuace,bottom) {
+ idl_stubs : FTRTC.h FtRtecEventCommC.h
+ }
IDL_Files {
- FTRT.idl
- FtRtecEventComm.idl
FtRtecEventChannelAdmin.idl
FTRT_GroupManager.idl
}