summaryrefslogtreecommitdiff
path: root/TAO/tests/IORManipulation/Makefile.bor
blob: f5b6bb4743232eee6f19f16b3ed036243a700276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for building	the IORTest
#

NAME = IORTest

OBJFILES = $(OBJDIR)\IORTest.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_IORMANIP_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_IORMANIP_LIB)

CPPDIR = .

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