summaryrefslogtreecommitdiff
path: root/tao/Utils/Utils.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Utils/Utils.mpc')
-rw-r--r--tao/Utils/Utils.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/tao/Utils/Utils.mpc b/tao/Utils/Utils.mpc
new file mode 100644
index 00000000000..70a2631a5dc
--- /dev/null
+++ b/tao/Utils/Utils.mpc
@@ -0,0 +1,14 @@
+// $Id$
+project (TAO_Utils) : taolib, tao_output, install, portableserver, pi {
+ sharedname = TAO_Utils
+ dynamicflags = TAO_UTILS_BUILD_DLL
+
+ Template_Files {
+ RIR_Narrow.cpp
+ Server_Main.cpp
+ }
+
+ specific {
+ install_dir = tao/Utils
+ }
+}