summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTime.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosTime.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTime.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosTime.mpc b/TAO/orbsvcs/orbsvcs/CosTime.mpc
new file mode 100644
index 00000000000..04c9f46d7ea
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/CosTime.mpc
@@ -0,0 +1,17 @@
+project(CosTime) : orbsvcslib {
+ depends += PortableServer
+ sharedname = TAO_CosTime
+ libs += TAO_PortableServer TAO
+ idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Time_Export -Wb,export_include=Time/time_export.h
+ dllflags = TAO_TIME_BUILD_DLL
+
+ IDL_Files {
+ TimeService.idl
+ }
+
+ Source_Files {
+ TimeServiceC.cpp
+ TimeServiceS.cpp
+ Time
+ }
+}