summaryrefslogtreecommitdiff
path: root/ace/uuid.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ace/uuid.mpb')
-rw-r--r--ace/uuid.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/uuid.mpb b/ace/uuid.mpb
new file mode 100644
index 00000000000..daec7327188
--- /dev/null
+++ b/ace/uuid.mpb
@@ -0,0 +1,12 @@
+// -*- MPC -*-
+// $Id$
+
+feature(ace_uuid) {
+ macros += ACE_HAS_ACE_UUID
+
+ Source_Files(ACE_COMPONENTS) {
+ UUID {
+ UUID.cpp
+ }
+ }
+}