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

project(CosTime) : orbsvcslib, core, naming {
  sharedname   = TAO_CosTime
  idlflags    += -Wb,export_macro=TAO_Time_Export -Wb,export_include=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
    }
  }
}