summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc
blob: 28e9ac91d0fd3d76fe9674d1b9581b52cd94ebe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
// $Id$

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

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