diff options
Diffstat (limited to 'ACE/examples/Smart_Pointers/Smart_Pointers.mpc')
-rw-r--r-- | ACE/examples/Smart_Pointers/Smart_Pointers.mpc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ACE/examples/Smart_Pointers/Smart_Pointers.mpc b/ACE/examples/Smart_Pointers/Smart_Pointers.mpc new file mode 100644 index 00000000000..fc2fc781a78 --- /dev/null +++ b/ACE/examples/Smart_Pointers/Smart_Pointers.mpc @@ -0,0 +1,28 @@ +// -*- MPC -*- +// $Id$ + +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 + } +} |