summaryrefslogtreecommitdiff
path: root/protocols/ace/TMCast/TMCast.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/TMCast/TMCast.mpc')
-rw-r--r--protocols/ace/TMCast/TMCast.mpc8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/ace/TMCast/TMCast.mpc b/protocols/ace/TMCast/TMCast.mpc
new file mode 100644
index 00000000000..0899982dd09
--- /dev/null
+++ b/protocols/ace/TMCast/TMCast.mpc
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project : acelib, core {
+ requires += exceptions
+ sharedname = TMCast
+ dynamicflags += TMCAST_BUILD_DLL
+}