summaryrefslogtreecommitdiff
path: root/ACE/examples/Registry/Registry.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Registry/Registry.mpc')
-rw-r--r--ACE/examples/Registry/Registry.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/examples/Registry/Registry.mpc b/ACE/examples/Registry/Registry.mpc
new file mode 100644
index 00000000000..e2e048f02c0
--- /dev/null
+++ b/ACE/examples/Registry/Registry.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project(*iterator) : aceexe, winregistry {
+ exename = iterator
+
+ Source_Files {
+ test_registry_iterator.cpp
+ }
+}
+project(*update) : aceexe, winregistry {
+ exename = update
+
+ Source_Files {
+ test_registry_update.cpp
+ }
+}