summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/next/next.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/examples/next/next.mpc')
-rw-r--r--ACE/ASNMP/examples/next/next.mpc13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ASNMP/examples/next/next.mpc b/ACE/ASNMP/examples/next/next.mpc
new file mode 100644
index 00000000000..f0022cb46a2
--- /dev/null
+++ b/ACE/ASNMP/examples/next/next.mpc
@@ -0,0 +1,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
+ }
+}
+