summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils.mpc')
-rw-r--r--TAO/tao/Utils.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tao/Utils.mpc b/TAO/tao/Utils.mpc
new file mode 100644
index 00000000000..53f2d817438
--- /dev/null
+++ b/TAO/tao/Utils.mpc
@@ -0,0 +1,35 @@
+// $Id$
+project : taolib, install, portableserver, pi {
+ sharedname = TAO_Utils
+ dynamicflags = TAO_UTILS_BUILD_DLL
+
+ Source_Files {
+ Utils
+ }
+
+ Header_Files {
+ Utils
+ }
+
+ Inline_Files {
+ Utils
+ }
+
+ Template_Files {
+ Utils
+ }
+
+ Resource_Files {
+ Utils
+ }
+
+ PIDL_Files {
+ }
+
+ IDL_Files {
+ }
+
+ Pkgconfig_Files {
+ TAO_Utils.pc.in
+ }
+}