summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc
blob: d77816dd0d4b4b1c0c2a4ba48f5b6cf5750ca97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

project(*lib): orbsvcslib, notify_serv, exceptions {
  sharedname = NotifyPlugTop
  dynamicflags = PLUGTOP_BUILD_DLL
  source_files {
    Test_Saver.cpp
    Test_Topology_Factory.cpp
  }
}

project : orbsvcsexe, notify_serv, exceptions {
  after += *lib
  source_files {
    main.cpp
  }
  header_files {
  }
}