summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2936_Regression/bug2936.mpc
blob: 0c2ea8f86b67f55e559320fa5614be1cbe741ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
project (bug2936-exe): aceexe {
  exename=server
  Source_Files {
    bug2936.cpp
  }
}

project (bug2936-lib): taolib, portableserver, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
  sharedname = bug2936
  dynamicflags += BUG2936_BUILD_DLL

  Source_Files {
    DllORB.cpp
    PersistentPOA.cpp
  }
}