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

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

NAME = context_switch_time
  
OBJFILES = \
	$(OBJDIR)\context_switch_time.obj
  
CPPDIR = .;..

IDLDIR = .
  
!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
  
# 
# IDL Build rules
#