summaryrefslogtreecommitdiff
path: root/flat/CIAO/ofccm/Cdmw/CDMW_IDL.mpc
blob: 51371bfdb4373f827af38847fcbb64023af1f981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$
    
project(Cdmw_IDL) : taolib_with_idl, tao_output, messaging, ccm_componentserver_svnt,  anytypecode  {
    requires += ofccm
    sharedname   = DAnCE_Cdmw_IDL
    dynamicflags = DANCE_CDMW_IDL_BUILD_DLL
    idlflags     += -Wb,export_include=DAnCE_Cdmw_IDL_export.h -Wb,export_macro=DAnCE_Cdmw_IDL_Export
    idlflags     += -I$(CIAO_ROOT)/DAnCE    
   
    Source_Files {
        CDMW_IDLC.cpp
        CDMW_IDLS.cpp
        CDMW_IDL_ExtC.cpp
        CDMW_DeploymentC.cpp
        CDMW_DeploymentS.cpp
    } 
}