diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-25 16:09:27 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-25 16:09:27 +0000 |
commit | fccbe0e94f74f898f7d5cc709f617f51dce33bee (patch) | |
tree | 4aeedd6e44108cb39fd15d255d14519806d6992e /examples/Log_Msg | |
parent | 730c9c0d360dace01feb0c5509cb0af121ce2e17 (diff) | |
download | ATCD-fccbe0e94f74f898f7d5cc709f617f51dce33bee.tar.gz |
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'examples/Log_Msg')
-rw-r--r-- | examples/Log_Msg/Log_Msg.mpc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/Log_Msg/Log_Msg.mpc b/examples/Log_Msg/Log_Msg.mpc new file mode 100644 index 00000000000..01e7a37b767 --- /dev/null +++ b/examples/Log_Msg/Log_Msg.mpc @@ -0,0 +1,20 @@ +project(*test_log_msg) : aceexe { + exename = test_log_msg + Source_Files { + test_log_msg.cpp + } +} + +project(*test_ostream) : aceexe { + exename = test_ostream + Source_Files { + test_ostream.cpp + } +} + +project(*test_callback) : aceexe { + exename = test_callback + Source_Files { + test_callback.cpp + } +} |