summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/ServerInterceptor/ServerInterceptor.mpc
blob: 97984c868dd76187f3a8ed89292a9ed4a2d834fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*) : rtportableserver, pi_server, interceptors, iorinterceptor, taoidldefaults, ciao_lib {
  dynamicflags = SI_BUILD_DLL
  idlflags    += -Wb,export_macro=SI_Export -Wb,export_include=si_export.h

  IDL_Files {
    idlflags += -SS
    ObjectReferenceFactory.idl
  }
  
  Source_Files {
    ObjectReferenceFactory.cpp
    ObjectReferenceFactoryC.cpp
    ServerORBInitializer.cpp
    IOR_Interceptor.cpp
  }
}