summaryrefslogtreecommitdiff
path: root/ASNMP/examples/next/next.mpc
blob: f0022cb46a24528f5fa77fb74ec1a9b06157113b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

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