Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ORB_Local_Config / Bug_2612 / Bug_2612.mpc
blob087cb5a1cc4a54b9bc28a026434c73d620e47b5f
2 project (DllOrb) : taolib, portableserver {
4         dynamicflags += DLLORB_BUILD_DLL
6         source_files {
7                 DllOrb.cpp
8         }
9         header_files {
10                 DllOrb.h
11                 DllOrb_Export.h
12         }
15 project : taoexe {
17         exename = Test
19         after += DllOrb
21         source_files {
22                 Test.cpp
23         }