summaryrefslogtreecommitdiff
path: root/SA_POP/experiments/EU_Test/EU_Test.mpc
blob: 1dd6c368e607b5f066adbb9ea646165f997a6d5d (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
project(SA_POP_EU_Test) : xerces, aceexe {
  exename = EU_Test

  after += SA_POP

  includes += $(SAPOP_ROOT) \
              $(SAPOP_ROOT)/XML_Utils

  libs += SA_POP

  dynamicflags = CIAO_XML_UTILS_BUILD_DLL

  macros = SA_POP_HAS_ACE

  Source_Files {
    EU_Test.cpp
  }

  Inline_Files {
  }

  Header_Files {
  }

  Documentation_Files {
    readme.txt
  }
}