summaryrefslogtreecommitdiff
path: root/trunk/ACE/ASNMP/examples/get/get.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/ASNMP/examples/get/get.mpc')
-rw-r--r--trunk/ACE/ASNMP/examples/get/get.mpc23
1 files changed, 23 insertions, 0 deletions
diff --git a/trunk/ACE/ASNMP/examples/get/get.mpc b/trunk/ACE/ASNMP/examples/get/get.mpc
new file mode 100644
index 00000000000..ffa5a2a5f53
--- /dev/null
+++ b/trunk/ACE/ASNMP/examples/get/get.mpc
@@ -0,0 +1,23 @@
+// $Id$
+
+project (asnmp_example_get) : aceexe {
+ exename = get
+ after += asnmp_lib
+ libs += asnmp
+ avoids += uses_wchar
+ includes += $(ACE_ROOT)/ASNMP
+ source_files {
+ get.cpp
+ }
+}
+
+project (asnmp_example_get_async) : aceexe {
+ exename = get_async
+ after += asnmp_lib
+ libs += asnmp
+ avoids += uses_wchar
+ includes += $(ACE_ROOT)/ASNMP
+ source_files {
+ get_async.cpp
+ }
+}