summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer.mpc')
-rw-r--r--TAO/tao/RTPortableServer.mpc52
1 files changed, 52 insertions, 0 deletions
diff --git a/TAO/tao/RTPortableServer.mpc b/TAO/tao/RTPortableServer.mpc
new file mode 100644
index 00000000000..b6d05b5e064
--- /dev/null
+++ b/TAO/tao/RTPortableServer.mpc
@@ -0,0 +1,52 @@
+//$Id$
+project : taolib, install, rtcorba, portableserver, avoids_corba_e_micro {
+ sharedname = TAO_RTPortableServer
+ dynamicflags = TAO_RTPORTABLESERVER_BUILD_DLL
+
+ Source_Files {
+ RTPortableServer
+ }
+
+ Header_Files {
+ RTPortableServer
+ }
+
+ Inline_Files {
+ RTPortableServer
+ }
+
+ Template_Files {
+ RTPortableServer
+ }
+
+ Resource_Files {
+ RTPortableServer
+ }
+
+ PIDL_Files {
+ RTPortableServer
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -Sci -SS -Sorb -GX \
+ -Wb,export_macro=TAO_RTPortableServer_Export \
+ -Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
+ -Wb,include_guard=TAO_RT_PORTABLESERVER_SAFE_INCLUDE \
+ -Wb,safe_include=tao/RTPortableServer/RTPortableServer.h \
+ -o RTPortableServer
+ RTPortableServer/RTPortableServer.pidl
+ }
+
+ IDL_Files {
+ idlflags += -SS -Sorb -GX -Sci \
+ -Wb,export_macro=TAO_RTPortableServer_Export \
+ -Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
+ -Wb,unique_include=tao/RTPortableServer/RTPortableServer.h \
+ -o RTPortableServer
+ RTPortableServer/RTPortableServer_include.pidl
+ }
+
+ Pkgconfig_Files {
+ RTPortableServer/TAO_RTPortableServer.pc.in
+ }
+}