summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/Collocation.bor
blob: 04ab4a59d540e8e94b720ec2154b58e59017da40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id$
#
# Makefile for building the Collocation test
#

NAME = Collocation

OBJFILES = \
	$(OBJDIR)\Coll_Tester.obj \
	$(OBJDIR)\main.obj

CFLAGS = \
        $(ACE_CFLAGS) \
        $(TAO_CFLAGS) \
        $(TAO_PORTABLESERVER_CFLAGS) \
        -DDiamond_HAS_DLL=1 \
        -DMY_Stub_HAS_DLL=1

LIBFILES = \
        $(ACE_LIB) \
        $(TAO_LIB) \
        $(TAO_PORTABLESERVER_LIB) \
        $(BINDIR)\Diamond$(LIB_DECORATOR).lib \
	$(BINDIR)\Coll_Test_Stubs$(LIB_DECORATOR).lib

CPPDIR = .

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