summaryrefslogtreecommitdiff
path: root/performance-tests/UDP/makefile.bor
blob: 2f46b32d6247e3ba8bace7f18237eb63da0ca980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>