summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/OBV/Simple/OBV_Simple.mpc
blob: 661a72fb2207e70922398fe7b2727a52da440f1a (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 {
    Server_i.cpp
    OBV_impl.cpp
    server.cpp
    OBVS.cpp
    OBVC.cpp
  }
  IDL_Files {
  }
}

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