summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc
blob: b33e914ab01c7b67f0c99c7f6ce5422cc2027b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*notify_supplier): notifytest {
  exename = Structured_Supplier

  IDL_Files {
    gendir = .
    commandflags += -o .
    ../Blocking/go.idl
  }

  Source_Files {
    Structured_Supplier.cpp
  }
}