summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Dependency.mpc
blob: 2701ce4e293f21d1014a2901825c7cea1d29ae37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// -*- MPC -*-
// $Id$

project(*) : ../../../tests/acetest, taoserver {
  after += lib Service_Config_Dependent_DLL TAO
  exename = Test
  includes += ../lib
  libpaths += ../lib
  libs += lib
  Source_Files {
    Test.cpp
  }
}

project(Service Config Dependent DLL) : acelib {
  sharedname   = Service_Config_Dependent_DLL
  dynamicflags = SERVICE_CONFIG_DLL_BUILD_DLL

  Source_Files {
    Service_Config_DLL.cpp
  }
  Header_Files {
    Service_Config_DLL.h
    Service_Config_DLL_Export.h
  }
}