summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc
blob: 4675543c102fe374a04dddff20bb25b2569967ec (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
25
26
27
28
29
30
31
32
33
34
35
36
// -*- MPC -*-
// $Id$

project(*IDL): taoidldefaults {
  IDL_Files {
    Web_Server.idl
  }
  custom_only = 1
}

project(*Server): namingexe, portableserver {
  exename = server
  after += *IDL
  avoids += ace_for_tao
  Source_Files {
    Content_Iterator_i.cpp
    Iterator_Factory_i.cpp
    server.cpp
    Web_ServerS.cpp
    Web_ServerC.cpp
  }
  IDL_Files {
  }
}

project(*Client): namingexe {
  exename = client
  after += *IDL
  avoids += ace_for_tao
  Source_Files {
    Web_ServerC.cpp
    client.cpp
  }
  IDL_Files {
  }
}