summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Object_Loader.mpc
blob: a008ebf89a3f2193b42c76e987d903442c418e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*Test): taolib_with_idl, portableserver {
  sharedname   = Test_DLL
  dynamicflags = OLT_BUILD_DLL

  Source_Files {
    Test_i.cpp
    Loader.cpp
  }
}

project(*Driver): taoexe, portableserver {
  after += *Test
  Source_Files {
    TestC.cpp
    driver.cpp
  }
}