summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/AMI.mpc
blob: 606c5be67a26dcb3aad42583cdb6317f4171e39a (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
project: messaging {
  idlflags -= -Sc
  idlflags += -GC

  Source_Files {
    ami_test_i.cpp
    server.cpp
  }  
}
 
project(client): messaging {
  exename   = client
  idlflags -= -Sc
  idlflags += -GC

  Source_Files {
    client.cpp
  }  
}

project(simple_client): messaging {
  exename   = simple_client
  idlflags -= -Sc
  idlflags += -GC

  Source_Files {
    simple_client.cpp
  }  
}