summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc
blob: fd7509be9859fab1fe21de00eb16ac2dcf6be4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*Server): namingexe {
  Source_Files {
    Content_Iterator_i.cpp
    Iterator_Factory_i.cpp
    server.cpp
  }
}

project(*Client): namingexe {
  Source_Files {
    Web_ServerC.cpp
    client.cpp
  }
}