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

project(*server) : taoserver {
  after += *lib
  Source_Files {
    server.cpp
  }
}

project(*lib): taolib, portableserver {
  libout = .
  sharedname = Bug_3251
  dynamicflags += BUG_3251_BUILD_DLL
  Source_Files {
    DllOrb.cpp
    PersistentPoa.cpp
  }
}