summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Naming_Service/Quoter_Naming_Service.mpc
blob: 88549e96b4c42af0cb9726abfc7d60431e105c37 (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
// -*- MPC -*-
// $Id$

project(*client) : orbsvcsexe, portableserver, naming  {
  requires += exceptions
  libs += Quoter_Idl_Lib
  after += Quoter_Idl_Lib
  includes += ../idl
  source_files {
    client.cpp
  }
}

project(*server) : orbsvcsexe, portableserver, naming {
  requires += exceptions
  libs += Quoter_Idl_Lib
  after += Quoter_Idl_Lib
  includes += ../idl
  source_files {
    server.cpp
    Stock_Factory_i.cpp
    Stock_i.cpp
  }
}