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

project(*server): notification_serv, taoexe {
  exename=server
  libs += Bug_3252
  Source_Files {
    server.cpp
  }
}

project: portableserver {
  sharedname = Bug_3252
  dynamicflags += BUG_3252_BUILD_DLL
  Source_Files {
    DllOrb.cpp
    PersistentPoa.cpp
  }
}