summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/Activity.mpc
blob: 0d7054ff5b0433ce8b78040c32607aff61961874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

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