summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client/ImR_Client.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ImR_Client/ImR_Client.mpc')
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.mpc b/TAO/tao/ImR_Client/ImR_Client.mpc
new file mode 100644
index 00000000000..fdaf8a6508d
--- /dev/null
+++ b/TAO/tao/ImR_Client/ImR_Client.mpc
@@ -0,0 +1,39 @@
+//$Id$
+project(*idl) : tao_versioning_idl_defaults {
+ custom_only = 1
+ 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 \
+ -iC tao/ImR_Client
+ idlflags -= -Sa -St
+ 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 \
+ -iC tao/ImR_Client
+ idlflags -= -Sa -St
+ ImplRepo.pidl
+ }
+}
+
+project(ImR_Client) : taolib, tao_output, install, portableserver, taoidldefaults {
+ after += *idl
+ sharedname = TAO_ImR_Client
+ dynamicflags += TAO_IMR_CLIENT_BUILD_DLL
+
+ Source_Files {
+ }
+
+ Source_Files {
+ *.cpp
+ ServerObjectC.cpp
+ ServerObjectA.cpp
+ ServerObjectS.cpp
+ ImplRepoC.cpp
+ ImplRepoS.cpp
+ }
+}