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

NAME = basic_types

OBJFILES = $(OBJDIR)\basic_types.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

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