summaryrefslogtreecommitdiff
path: root/tests/CIF/Common/CIF_Common.mpc
blob: 4255b1d343c5c34adf07cb4ef21538c996a9cd27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

project (CIF_Common) : ciao_componentserver_stub, ccm_configvalue, ciao_cs_client, ciao_logger {
  dynamicflags = CIF_COMMON_BUILD_DLL
  sharedname = CIF_Common
   libout = ../lib
   IDL_Files {
   }

   Source_Files {
     CIF_Common.cpp
   }

   Header_Files {
     CIF_Common.h
   }
}