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

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

NAME = test_naming

OBJFILES = \
	$(OBJDIR)\test_naming.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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