summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/basic_perf.bor
blob: 214837821eb49f4e4ee950865642fcb6d8a85359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#
# Makefile for building the basic_perf Misc performance-test
#

NAME = basic_perf

OBJFILES = \
	$(OBJDIR)\basic_func.obj \
	$(OBJDIR)\basic_perf.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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