summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/test_mutex.bor
blob: b85e237882a2a03198eaeacda55202c4d254d8d0 (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 test_mutex Misc performance-test
# 

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

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