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

NAME = octet_sequence

OBJFILES = $(OBJDIR)\octet_sequence.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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