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

NAME = growth

OBJFILES = $(OBJDIR)\growth.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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