Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / docs / tutorials / Quoter / AMI / Quoter_AMI.mpc
bloba906684c4534c842c749de54956eba6ded4d55f8
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     Quoter.idl
5   }
6   custom_only = 1
9 project(*client) : taoexe, portableserver, ami  {
10   after += *idl
11   source_files {
12     client.cpp
13     Handler_i.cpp
14     QuoterS.cpp
15     QuoterC.cpp
16   }
17   IDL_Files {
18   }
21 project(*server) : taoserver, ami {
22   after += *idl
23   source_files {
24     server.cpp
25     Stock_Factory_i.cpp
26     Stock_i.cpp
27     QuoterS.cpp
28     QuoterC.cpp
29   }
30   IDL_Files {
31   }