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.mpc43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA.mpc b/TAO/tao/RTCORBA.mpc
new file mode 100644
index 00000000000..406b27ced86
--- /dev/null
+++ b/TAO/tao/RTCORBA.mpc
@@ -0,0 +1,43 @@
+//$Id$
+project : taolib, install, pi {
+ sharedname = TAO_RTCORBA
+ dynamicflags = TAO_RTCORBA_BUILD_DLL
+ requires += rt_corba
+
+ Source_Files {
+ RTCORBA
+ }
+
+ Header_Files {
+ RTCORBA
+ }
+
+ Inline_Files {
+ RTCORBA
+ }
+
+ Template_Files {
+ RTCORBA
+ }
+
+ Resource_Files {
+ RTCORBA
+ }
+
+ PIDL_Files {
+ RTCORBA
+ }
+
+ IDL_Files {
+ idlflags += -Sci -SS -Sorb -Sa -GX \
+ -Wb,export_macro=TAO_RTCORBA_Export \
+ -Wb,export_include=tao/RTCORBA/rtcorba_export.h \
+ -Wb,unique_include=tao/RTCORBA/RTCORBA.h \
+ -o RTCORBA
+ RTCORBA/RTCORBA_include.pidl
+ }
+
+ Pkgconfig_Files {
+ RTCORBA/TAO_RTCORBA.pc.in
+ }
+}