summaryrefslogtreecommitdiff
path: root/examples/Shared_Memory
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-02 19:57:42 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-02 19:57:42 +0000
commitaa067a0ec61bfdc84729eafd81b82dd0ba2f1a67 (patch)
tree0ac0820f33ddc6dab63ed4e798ae32f29733db80 /examples/Shared_Memory
parentbd49f66465ff6476edc769839504cf9a7fa4ec2f (diff)
downloadATCD-aa067a0ec61bfdc84729eafd81b82dd0ba2f1a67.tar.gz
Wed Jul 02 14:57:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'examples/Shared_Memory')
-rw-r--r--examples/Shared_Memory/Shared_Memory.mpc12
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/Shared_Memory/Shared_Memory.mpc b/examples/Shared_Memory/Shared_Memory.mpc
index 40b5bee1653..967bec6053b 100644
--- a/examples/Shared_Memory/Shared_Memory.mpc
+++ b/examples/Shared_Memory/Shared_Memory.mpc
@@ -1,2 +1,12 @@
-project : aceexe {
+project(*MM) : aceexe {
+ exename = testmm
+ Source_Files {
+ test_MM.cpp
+ }
+}
+project(*SV) : aceexe {
+ exename = testsv
+ Source_Files {
+ test_SV.cpp
+ }
}