Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2936_Regression / bug2936.mpc
blob0c2ea8f86b67f55e559320fa5614be1cbe741ee6
1 // -*- MPC -*-
2 project (bug2936-exe): aceexe {
3   exename=server
4   Source_Files {
5     bug2936.cpp
6   }
9 project (bug2936-lib): taolib, portableserver, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
10   sharedname = bug2936
11   dynamicflags += BUG2936_BUILD_DLL
13   Source_Files {
14     DllORB.cpp
15     PersistentPOA.cpp
16   }