summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Object_Loader.mpc
blob: 4f1da93c01862ac04959868497a36a794b84b957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- 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 {
  exename = driver
  after += *Test
  Source_Files {
    TestC.cpp
    driver.cpp
  }
}