summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTime.mpc
blob: 04c9f46d7ea31f17d76f418054c4f042de208b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(CosTime) : orbsvcslib {
  depends   += PortableServer
  sharedname = TAO_CosTime
  libs      += TAO_PortableServer TAO
  idlflags  += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Time_Export -Wb,export_include=Time/time_export.h
  dllflags   = TAO_TIME_BUILD_DLL

  IDL_Files {
    TimeService.idl
  }

  Source_Files {
    TimeServiceC.cpp
    TimeServiceS.cpp
    Time
  }
}