summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Svc_Utils.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/Svc_Utils.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc b/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc
new file mode 100644
index 00000000000..aeb32deef58
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(Svc_Utils) : orbsvcslib, install, portableserver, tao_versioning_idl_defaults {
+ sharedname = TAO_Svc_Utils
+ idlflags += -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h
+ dynamicflags = TAO_SVC_UTILS_BUILD_DLL
+
+ IDL_Files {
+ TimeBase.idl
+ RtecBase.idl
+ }
+
+ Source_Files {
+ TimeBaseC.cpp
+ TimeBaseS.cpp
+ RtecBaseC.cpp
+ RtecBaseS.cpp
+ Shutdown_Utilities.cpp
+ Time_Utilities.cpp
+ IOR_Multicast.cpp
+ }
+
+ Header_Files {
+ svc_utils_export.h
+ }
+
+ Template_Files {
+ }
+
+ Pkgconfig_Files {
+ TAO_Svc_Utils.pc.in
+ }
+}