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

NAME = tc

OBJFILES = $(OBJDIR)\tc.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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