summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3068_Regression/Bug_3068_Regression.mpc
blob: 12e909a54c5a702471d8a58b59e1636d03c90199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*Server): taoserver, messaging, bidir_giop, threads {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoserver, bidir_giop, threads {
  exename = client
  after  += *Server

  Source_Files {
    test_i.cpp
    client.cpp
  }
}