summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging.mpc
blob: 772fee77d2c4c4b4cc492354e1024616ef00b356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project(*Service): namingexe {
  exename = Logging_Service
  comps  += LifeCycle

  Source_Files {
    Logger_i.cpp
    Logging_Service.cpp
    Logging_Service_i.cpp
  }
}

project(*Test): namingexe {
  exename = Logging_Test
  comps  += LifeCycle

  Source_Files {
    Logging_Test.cpp
    Logging_Test_i.cpp
  }
}