summaryrefslogtreecommitdiff
path: root/TAO/tests/DLL_ORB/client.bor
blob: f7464594bea5a82a4f1c138c55f206f266a63e33 (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 client
#

NAME = client

OBJFILES = \
	$(OBJDIR)\client.obj

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS)

LIBFILES = \
	$(ACE_LIB) \
	$(TAO_LIB) \
        $(CORE_BINDIR)\Test_Client_Module$(LIB_DECORATOR).lib

CPPDIR = .

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