summaryrefslogtreecommitdiff
path: root/ASNMP/examples/next/next.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/examples/next/next.mpc')
-rw-r--r--ASNMP/examples/next/next.mpc13
1 files changed, 0 insertions, 13 deletions
diff --git a/ASNMP/examples/next/next.mpc b/ASNMP/examples/next/next.mpc
deleted file mode 100644
index f0022cb46a2..00000000000
--- a/ASNMP/examples/next/next.mpc
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$
-
-project (asnmp_example_next) : aceexe {
- exename = next
- after += asnmp_lib
- libs += asnmp
- avoids += uses_wchar
- includes += $(ACE_ROOT)/ASNMP
- source_files {
- next.cpp
- }
-}
-