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

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

NAME = context_switch_time

OBJFILES = \
	$(OBJDIR)\context_switch_time.obj

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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