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.mpc12
1 files changed, 0 insertions, 12 deletions
diff --git a/ASNMP/examples/next/next.mpc b/ASNMP/examples/next/next.mpc
deleted file mode 100644
index 6fe405a1e51..00000000000
--- a/ASNMP/examples/next/next.mpc
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-
-project (asnmp_example_next) : aceexe {
- exename = next
- after += asnmp_lib
- libs += asnmp
- includes += $(ACE_ROOT)/ASNMP
- source_files {
- next.cpp
- }
-}
-