summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/ImR_Client.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tao/ImR_Client.mpc')
-rw-r--r--trunk/TAO/tao/ImR_Client.mpc51
1 files changed, 51 insertions, 0 deletions
diff --git a/trunk/TAO/tao/ImR_Client.mpc b/trunk/TAO/tao/ImR_Client.mpc
new file mode 100644
index 00000000000..786c3171610
--- /dev/null
+++ b/trunk/TAO/tao/ImR_Client.mpc
@@ -0,0 +1,51 @@
+//$Id$
+project : taolib, install, portableserver, tao_versioning_idl_defaults {
+ sharedname = TAO_ImR_Client
+ dynamicflags = TAO_IMR_CLIENT_BUILD_DLL
+
+ Source_Files {
+ ImR_Client
+ }
+
+ Header_Files {
+ ImR_Client
+ }
+
+ Inline_Files {
+ ImR_Client
+ }
+
+ Template_Files {
+ ImR_Client
+ }
+
+ Resource_Files {
+ ImR_Client
+ }
+
+ PIDL_Files {
+ ImR_Client
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Ssi -Gd -Sorb -GA \
+ -Wb,export_macro=TAO_IMR_Client_Export \
+ -Wb,export_include=tao/ImR_Client/imr_client_export.h \
+ -o ImR_Client
+ idlflags -= -Sa -St
+ ImR_Client/ServerObject.pidl
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Ssi -Gd -Sorb -GX \
+ -Wb,export_macro=TAO_IMR_Client_Export \
+ -Wb,export_include=tao/ImR_Client/imr_client_export.h \
+ -o ImR_Client
+ idlflags -= -Sa -St
+ ImR_Client/ImplRepo.pidl
+ }
+
+ Pkgconfig_Files {
+ ImR_Client/TAO_ImR_Client.pc.in
+ }
+}