summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies.mpc')
-rw-r--r--TAO/tao/Strategies.mpc44
1 files changed, 44 insertions, 0 deletions
diff --git a/TAO/tao/Strategies.mpc b/TAO/tao/Strategies.mpc
new file mode 100644
index 00000000000..7a7b467f180
--- /dev/null
+++ b/TAO/tao/Strategies.mpc
@@ -0,0 +1,44 @@
+//$Id$
+
+project : taolib, install, core_anytypecode, core_strategies, tao_versioning_idl_defaults {
+ sharedname = TAO_Strategies
+ dynamicflags = TAO_STRATEGIES_BUILD_DLL
+
+ Source_Files {
+ Strategies
+ }
+
+ Header_Files {
+ Strategies
+ }
+
+ Inline_Files {
+ Strategies
+ }
+
+ Template_Files {
+ Strategies
+ }
+
+ Resource_Files {
+ Strategies
+ }
+
+ PIDL_Files {
+ }
+
+ IDL_Files {
+ idlflags += -Sci -SS -Gp -Gd -Sorb -DCORBA3 \
+ -Wb,export_macro=TAO_Strategies_Export \
+ -Wb,export_include=tao/Strategies/strategies_export.h \
+ -o Strategies
+ idlflags -= -St
+ Strategies/uiop_endpoints.pidl
+ Strategies/sciop_endpoints.pidl
+ Strategies/COIOP_Endpoints.pidl
+ }
+
+ Pkgconfig_Files {
+ Strategies/TAO_Strategies.pc.in
+ }
+}