summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Valuetype_Factories/Factories.mpc
blob: ed2966099b46bd836a2d25f48e164b419cb7edd1 (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
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
  }
}