summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Valuetype_Factories/Factories.mpc
blob: af80c58ca20e989b4d723925b0044879e49c1646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//$Id$
project(CCM_Cookie_Factory) : install, ccm_stub, ciao_lib {
   dynamicflags += COOKIE_FACTORY_BUILD_DLL
   Source_Files {
     Cookies.cpp
   }
   Header_Files {
     Cookies.h
     Cookie_Export.h
   }
   Inline_Files {
     Cookies.inl
   }
  specific {
    install_dir = ciao/Valuetype_Factories
  }
}

project(CCM_ConfigValue_Factory) : install, ccm_stub, ciao_lib {
   dynamicflags += CONFIGVALUE_FACTORY_BUILD_DLL
   Source_Files {
     ConfigValue.cpp
   }
   Header_Files {
     ConfigValue.h
     ConfigValue_Export.h
   }
  specific {
    install_dir = ciao/Valuetype_Factories
  }
}