summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Svc_Utils.bor
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-06 14:44:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-06 14:44:21 +0000
commit3e1695e96c652373b25fe8436b0585df0a83e334 (patch)
treebee917f2553c3ab92483635474c6a2fbe97fd26f /TAO/orbsvcs/orbsvcs/Svc_Utils.bor
parentf84d4a097692263676886ac644a96423afffa4ce (diff)
downloadATCD-3e1695e96c652373b25fe8436b0585df0a83e334.tar.gz
ChangeLogTag:Tue Jun 6 09:42:39 2000 Chris Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Svc_Utils.bor')
-rw-r--r--TAO/orbsvcs/orbsvcs/Svc_Utils.bor12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Svc_Utils.bor b/TAO/orbsvcs/orbsvcs/Svc_Utils.bor
index aa1731418e0..86d5d8bc43c 100644
--- a/TAO/orbsvcs/orbsvcs/Svc_Utils.bor
+++ b/TAO/orbsvcs/orbsvcs/Svc_Utils.bor
@@ -1,5 +1,5 @@
#
-# Makefile for building the TAO TimeBase library
+# Makefile for building the TAO Svc Utils library
#
NAME = TAO_Svc_Utils
@@ -10,13 +10,16 @@ TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe \
-Wb,post_include=ace/post.h
IDLFILES = \
- $(IDLDIR)\TimeBase.idl
+ $(IDLDIR)\TimeBase.idl \
+ $(IDLDIR)\RtecBase.idl
OBJFILES = \
$(OBJDIR)\IOR_Multicast.obj \
$(OBJDIR)\Time_Utilities.obj \
$(OBJDIR)\TimeBaseC.obj \
- $(OBJDIR)\TimeBaseS.obj
+ $(OBJDIR)\TimeBaseS.obj \
+ $(OBJDIR)\RtecBaseC.obj \
+ $(OBJDIR)\RtecBaseS.obj
RESOURCE = $(OBJDIR)\orbsvcs.res
@@ -47,3 +50,6 @@ idl_src_files: $(IDLFILES:.idl=C.cpp) $(IDLFILES:.idl=S.cpp)
$(IDLDIR)\TimeBaseC.cpp $(IDLDIR)\TimeBaseS.cpp: $(IDLDIR)\TimeBase.idl
$(TAO_IDL) $**
+
+$(IDLDIR)\RtecBaseC.cpp $(IDLDIR)\RtecBaseS.cpp: $(IDLDIR)\RtecBase.idl
+ $(TAO_IDL) $**