summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/get/get.mpc
blob: 02a8567ac1c4f0a898a56b6c9d6b023e3998f0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project (asnmp_example_get) : aceexe {
  exename = get
  after += asnmp_lib
  libs  += asnmp
  avoids += uses_wchar
  includes += $(ACE_ROOT)/ASNMP
  source_files {
    get.cpp
  }
}

project (asnmp_example_get_async) : aceexe {
  exename = get_async
  after += asnmp_lib
  libs  += asnmp
  avoids += uses_wchar
  includes += $(ACE_ROOT)/ASNMP
  source_files {
    get_async.cpp
  }
}