summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server.mpc')
-rw-r--r--TAO/tao/PI_Server.mpc51
1 files changed, 51 insertions, 0 deletions
diff --git a/TAO/tao/PI_Server.mpc b/TAO/tao/PI_Server.mpc
new file mode 100644
index 00000000000..1c3578cae67
--- /dev/null
+++ b/TAO/tao/PI_Server.mpc
@@ -0,0 +1,51 @@
+//$Id$
+project : taolib, pi, portableserver, install, tao_versioning_idl_defaults {
+ sharedname = TAO_PI_Server
+ dynamicflags = TAO_PI_SERVER_BUILD_DLL
+
+ Source_Files {
+ PI_Server
+ }
+
+ Header_Files {
+ PI_Server
+ }
+
+ Inline_Files {
+ PI_Server
+ }
+
+ Template_Files {
+ PI_Server
+ }
+
+ Resource_Files {
+ PI_Server
+ }
+
+ PIDL_Files {
+ PI_Server
+ }
+
+ IDL_Files {
+ idlflags += -Sci -SS -GA -Gp -Gd -Sorb -Sal \
+ -Wb,export_macro=TAO_PI_Server_Export \
+ -Wb,export_include=tao/PI_Server/pi_server_export.h \
+ -o PI_Server
+ idlflags -= -Sa -St
+ PI_Server/ServerRequestInfo.pidl
+ }
+
+ IDL_Files {
+ idlflags += -SS -Sorb -GX -Sci \
+ -Wb,export_macro=TAO_PI_Server_Export \
+ -Wb,export_include=tao/PI_Server/pi_server_export.h \
+ -Wb,unique_include=tao/PI_Server/ServerRequestInterceptorC.h \
+ -o PI_Server
+ PI_Server/PI_Server_include.pidl
+ }
+
+ Pkgconfig_Files {
+ PI_Server/TAO_PI_Server.pc.in
+ }
+}