summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers
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
commit91ddb0e20c1ae6781ababb45e3b33092171746f5 (patch)
tree0ac0820f33ddc6dab63ed4e798ae32f29733db80 /examples/Smart_Pointers
parent6c3fdc2159a1a8af793175d009b74bc3c01e2cd1 (diff)
downloadATCD-91ddb0e20c1ae6781ababb45e3b33092171746f5.tar.gz
Wed Jul 02 14:57:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'examples/Smart_Pointers')
-rw-r--r--examples/Smart_Pointers/Smart_Pointers.mpc25
1 files changed, 24 insertions, 1 deletions
diff --git a/examples/Smart_Pointers/Smart_Pointers.mpc b/examples/Smart_Pointers/Smart_Pointers.mpc
index 40b5bee1653..3393c95470c 100644
--- a/examples/Smart_Pointers/Smart_Pointers.mpc
+++ b/examples/Smart_Pointers/Smart_Pointers.mpc
@@ -1,2 +1,25 @@
-project : aceexe {
+project(*Gadget) : aceexe {
+ exename = gadget
+ Source_Files {
+ Gadget.cpp
+ Gadget_Factory.cpp
+ Gadget_Impl.cpp
+ Gadget_Part.cpp
+ Gadget_Part_Factory.cpp
+ Gadget_Part_Impl.cpp
+ gadget_test.cpp
+ }
+}
+
+project(*Widget) : aceexe {
+ exename = Widget
+ Source_Files {
+ Widget.cpp
+ Widget_Factory.cpp
+ Widget_Impl.cpp
+ Widget_Part.cpp
+ Widget_Part_Factory.cpp
+ Widget_Part_Impl.cpp
+ Widget_test.cpp
+ }
}