summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/test_singleton.bor
blob: 75f8fd98323c925dec84bb345c4515ec2e55c83d (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_singleton Misc performance-test
# 

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

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