summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor
blob: 5166a8b3d1e2d18d71761fc416119c80ce38f83c (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
#
# Makefile for building the TypeCodeFactory_DLL library
#

NAME = TypeCodeFactory_DLL

OBJFILES = \
	$(OBJDIR)\TypeCodeFactoryC.obj \
	$(OBJDIR)\TypeCodeFactory_i.obj \
	$(OBJDIR)\TCF_Loader.obj

!ifdef STATIC
TCF_DLLFLAG=0
!else
TCF_DLLFLAG=1
!endif

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS) \
	$(TAO_PORTABLESERVER_CFLAGS) \
	-DTCF_HAS_DLL=$(TCF_DLLFLAG) \
	-DTCF_BUILD_DLL

CPPDIR = .

LIBFILES = \
	$(ACE_LIB) \
	$(TAO_LIB) \
	$(TAO_PORTABLESERVER_LIB)

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