summaryrefslogtreecommitdiff
path: root/SA_POP/C2W/C2W_Demo.mpc
blob: 319c93883192d677c4d81a8e32fb2238cfb97e7b (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
29
30
31
32
project(C2W_Demo) : xerces, aceexe {
  exename = C2W_Demo

  after += SA_POP

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

  libpaths += $(SAPOP_ROOT)/lib

  libs += SA_POP

  dynamicflags = CIAO_XML_UTILS_BUILD_DLL

  macros = SA_POP_HAS_ACE

  Source_Files {
    C2W_Demo.cpp
    UserInput.cpp
  }

  Inline_Files {
  }

  Header_Files {
    UserInput.h
  }

  Documentation_Files {
    readme.txt
  }
}