Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / examples / Export / Export.mpc
blobec446ba620532d5e791cd03712edec206e793083
1 // -*- MPC -*-
2 project(*Lib) : acelib {
3   sharedname    = Export_Lib
4   dynamicflags += TEST_BUILD_DLL
5   Source_Files {
6     dll.cpp
7   }
10 project(*test) : aceexe {
11   exename = test
12   after  += *Lib
13   libs   += Export_Lib
14   Source_Files {
15     test.cpp
16   }