Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_3542_Regression / Bug_3542.mpc
blob9dd010bb92ea63f4f8cb75110c86e66852d17f20
1 // -*- MPC -*-
2 project(*server) : taoserver, threads {
3   after += *lib
4   Source_Files {
5     server.cpp
6   }
9 project(*lib): taolib, portableserver, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
10   libout = .
11   sharedname = Bug_3542
12   dynamicflags += BUG_3542_REGRESSION_BUILD_DLL
13   Source_Files {
14     DllOrb.cpp
15   }