summaryrefslogtreecommitdiff
path: root/ACE/examples/Log_Msg/Log_Msg.mpc
blob: 0c7b0f675630d9ae56ae27933c623606a06652a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

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
  }
}