summaryrefslogtreecommitdiff
path: root/TAO/tao/tao_xtreactor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/tao_xtreactor.mpc')
-rw-r--r--TAO/tao/tao_xtreactor.mpc11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/tao_xtreactor.mpc b/TAO/tao/tao_xtreactor.mpc
new file mode 100644
index 00000000000..a94632be0be
--- /dev/null
+++ b/TAO/tao/tao_xtreactor.mpc
@@ -0,0 +1,11 @@
+project(TAO_XtReactor) : acelib, taolib, taoversion, core, tao_output, taodefaults, ace_xt {
+ requires += xt_reactor
+ sharedname = TAO_XtReactor
+ dynamicflags = TAO_BUILD_DLL
+
+ Source_Files(TAO_COMPONENTS) {
+ Default_Resources {
+ xt_resource.cpp
+ }
+ }
+}