summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Simple/OBV_Simple.mpc
blob: 0e9f2963d625ef4943bb6c9f493152582c2b2c2b (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
37
38
// -*- MPC -*-
// $Id$

project(*IDL): taoidldefaults {
  idlflags -= -St
  IDL_Files {
    OBV.idl
  }
  custom_only = 1
}

project(*server): taoserver, utils, valuetype {
  exename = server
  after += *IDL
  Source_Files {
    OBVS.cpp
    OBVC.cpp
    Server_i.cpp
    OBV_impl.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(*client): taoserver, utils, valuetype {
  exename = client
  after += *IDL
  Source_Files {
    OBVS.cpp
    OBVC.cpp
    Client_i.cpp
    OBV_impl.cpp
    client.cpp
  }
  IDL_Files {
  }
}