summaryrefslogtreecommitdiff
path: root/performance-tests/UDP/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/UDP/makefile.bor')
-rw-r--r--performance-tests/UDP/makefile.bor17
1 files changed, 17 insertions, 0 deletions
diff --git a/performance-tests/UDP/makefile.bor b/performance-tests/UDP/makefile.bor
new file mode 100644
index 00000000000..2f46b32d624
--- /dev/null
+++ b/performance-tests/UDP/makefile.bor
@@ -0,0 +1,17 @@
+#
+# Makefile for building the udp performance-tests
+#
+
+NAME = udp_test
+
+OBJFILES = \
+ $(OBJDIR)\udp_test.obj
+
+CPPDIR = .
+
+CFLAGS = $(ACE_CFLAGS)
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+