Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / OBV / Factory / OBV_Factory.mpc
blob25cf9725e90c3c081768d7e1122f7b8dc6c8a0db
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, valuetype {
3   IDL_Files {
4     Factory.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, valuetype {
10   after += *idl
11   Source_Files {
12     FactoryC_impl.cpp
13     FactoryS_impl.cpp
14     server.cpp
15   }
16   Source_Files {
17     FactoryC.cpp
18     FactoryS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, valuetype {
25   after += *idl
26   Source_Files {
27     FactoryC_impl.cpp
28     client.cpp
29   }
30   Source_Files {
31     FactoryC.cpp
32   }
33   IDL_Files {
34   }