summaryrefslogtreecommitdiff
path: root/performance-tests/TCP/makefile.bor
blob: 0e02029462f7d5784b1201d1e0c50035d77064cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile for building the tcp performance-tests
#

NAME = tcp_test

OBJFILES = \
        $(OBJDIR)\tcp_test.obj

CPPDIR = .

CFLAGS = $(ACE_CFLAGS)

LIBFILES = $(ACE_LIB)

!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>