Merge branch 'master' into jwi-bcc64xsingletonwarning
[ACE_TAO.git] / ACE / ASNMP / examples / next / next.mpc
blobfc7dbf52d417ef08dbd856519b10791aac918643
1 project (asnmp_example_next) : aceexe {
2   exename = next
3   after += asnmp_lib
4   libs  += asnmp
5   avoids += uses_wchar
6   includes += $(ACE_ROOT)/ASNMP
7   source_files {
8     next.cpp
9   }