summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA.mpc')
-rw-r--r--TAO/tao/RTCORBA.mpc27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA.mpc b/TAO/tao/RTCORBA.mpc
new file mode 100644
index 00000000000..ea9482abda0
--- /dev/null
+++ b/TAO/tao/RTCORBA.mpc
@@ -0,0 +1,27 @@
+//$Id$
+project(TAO_RTCORBA): taolib, core {
+ sharedname = TAO_RTCORBA
+ dynamicflags = TAO_RTCORBA_BUILD_DLL
+ requires += rt_corba
+
+ Source_Files {
+ RTCORBA
+ }
+
+ Header_Files {
+ RTCORBA
+// RTCORBA_includeC.h
+ }
+
+ Inline_Files {
+ RTCORBA
+ }
+
+ Template_Files {
+ RTCORBA
+ }
+
+ Resource_Files {
+ RTCORBA
+ }
+}