diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-02 19:57:42 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-02 19:57:42 +0000 |
commit | 91ddb0e20c1ae6781ababb45e3b33092171746f5 (patch) | |
tree | 0ac0820f33ddc6dab63ed4e798ae32f29733db80 /examples/Smart_Pointers | |
parent | 6c3fdc2159a1a8af793175d009b74bc3c01e2cd1 (diff) | |
download | ATCD-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.mpc | 25 |
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 + } } |