summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/Activity.mpc
blob: e85ed290b8303d806a462a895764e8e6d1143695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
project : orbsvcslib, namingexe, rt_server {
  exename = activity
  // We use macros instead of dynamicflags so that 
  // the symbols will be exported from an exe. 
  macros += ACTIVITY_BUILD_DLL
  Source_Files {
    Activity.cpp
    Builder.cpp
    Job_i.cpp
    Periodic_Task.cpp
    POA_Holder.cpp
    Task_Stats.cpp
    Thread_Task.cpp
  }
}