summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
blob: 94733de0d48effcca32714161ca6811892c30015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
project(*Supplier): rtnotify, notifytest, rtportableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  exename = Supplier
  libpaths += ../../../tests/Notify/lib
  Source_Files {
    Supplier.cpp
    Supplier_Client.cpp
    ORB_Objects.cpp
    ORB_Run_Task.cpp
  }
}

project(*Consumer): rtnotify, notifytest, rtportableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  exename = Consumer
  libpaths += ../../../tests/Notify/lib
  Source_Files {
    Consumer.cpp
    Consumer_Client.cpp
    ORB_Objects.cpp
    ORB_Run_Task.cpp
  }
}