Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Bug_3688b_Regression / Bug_3688b.mpc
bloba9771fc9a44f1c1cb8db07440a462d194febc6f2
1 // -*- MPC -*-
2 project (*lib): tao_notify_service, notify, taolib, portableserver, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
3   sharedname = bug3688
4   dynamicflags += BUG3688_BUILD_DLL
6   Source_Files {
7     DllORB.cpp
8     TestListener.cpp
9     TestBroadcaster.cpp
10   }
13 project (*Server): notify, taoserver, tao_notify_service, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
14   libs += bug3688
15   after += *lib
16   Source_Files {
17     server.cpp
18   }