summaryrefslogtreecommitdiff
path: root/TAO/tao/Domain.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Domain.mpc')
-rw-r--r--TAO/tao/Domain.mpc25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tao/Domain.mpc b/TAO/tao/Domain.mpc
new file mode 100644
index 00000000000..2130127360c
--- /dev/null
+++ b/TAO/tao/Domain.mpc
@@ -0,0 +1,25 @@
+//$Id$
+project(TAO_Domain): taolib, core, ifr_client, portableserver {
+ sharedname = TAO_Domain
+ dynamicflags = TAO_DOMAIN_BUILD_DLL
+
+ Source_Files {
+ Domain
+ }
+
+ Header_Files {
+ Domain
+ }
+
+ Inline_Files {
+ Domain
+ }
+
+ Template_Files {
+ Domain
+ }
+
+ Resource_Files {
+ Domain
+ }
+}