summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc
blob: f1fc757dd724ff6a8c7df5356017e512677f1e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(CosConcurrency) : orbsvcslib {
  depends   += PortableServer
  sharedname = TAO_CosConcurrency
  libs       = TAO_PortableServer TAO
  idlflags  += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Concurrency_Export -Wb,export_include=Concurrency/concurrency_export.h
  dllflags   = TAO_CONCURRENCY_BUILD_DLL

  IDL_Files {
    CosConcurrencyControl.idl
  }

  Source_Files {
    CosConcurrencyControlC.cpp
    CosConcurrencyControlS.cpp
    Concurrency
  }
}