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

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

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

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