summaryrefslogtreecommitdiff
path: root/TAO/tests/Mixed_Sync_ASync_Events/MixedSyncASyncEvents.mpc
blob: b8130b84a4d0f10194e11f810144806eb5ebe83c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults, ami {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*Exe): taoserver, messaging, ami {
  exename = tester
  after += *idl
  Source_Files {
    test_i.cpp
    testS.cpp
    testC.cpp
    main.cpp
  }
  IDL_Files {
  }
}