summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Segment_Timer/Segment_Timer.mpc
blob: 5238008f8e42abd2492357f02fa81fc0b355c4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(Segment_Timer): acelib {
  sharedname    = Segment_Timer
  dynamicflags += SEGMENT_TIMER_BUILD_DLL

  Source_Files {
    Segment_Timer.cpp
  }
  
  Header_Files {
    Segment_Timer_Export.h
  }
}