summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Collocation.bor
blob: 95abaeeeba88356545a654694f7953f1f18c1945 (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
29
30
31
32
33
34
# $Id$
#
# Makefile for building	the Collocation	test
#

!ifndef STATIC
NAME = Collocation
!else
!undef NAME
!endif

OBJFILES = \
	$(OBJDIR)\Collocation_Tester.obj \
	$(OBJDIR)\Collocation.obj

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS) \
	$(TAO_PORTABLESERVER_CFLAGS) \
        $(TAO_STRATEGIES_CFLAGS) \
        -DDIAMOND_HAS_DLL=$(DLL_FLAG) \
        -DMY_STUB_HAS_DLL=$(DLL_FLAG)

LIBFILES = \
	$(ACE_LIB) \
	$(TAO_LIB) \
	$(TAO_PORTABLESERVER_LIB) \
	$(TAO_STRATEGIES_LIB) \
	$(CORE_BINDIR)\Diamond$(LIB_DECORATOR).lib \
	$(CORE_BINDIR)\Collocation_Test_Stubs$(LIB_DECORATOR).lib

CPPDIR = .

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