summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTime.mpc
blob: f2e902b1e3f454499f58307a2533a0af05e66c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// -*- MPC -*-
// $Id$

project(CosTime) : orbsvcslib, core, portableserver {
  sharedname   = TAO_CosTime
  idlflags    += -Wb,export_macro=TAO_Time_Export -Wb,export_include=orbsvcs/Time/time_export.h
  dynamicflags = TAO_TIME_BUILD_DLL
  tagchecks   += Time

  IDL_Files {
    TimeService.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Time {
      TimeServiceC.cpp
      TimeServiceS.cpp
      Time
    }
  }

  Template_Files {
  }
}