summaryrefslogtreecommitdiff
path: root/examples/Log_Msg/makefile.bor
blob: a211624001e692ae4fb3dde8213601c0612b8551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# $Id$
#
# Makefile for building the log_msg ace examples
#

NAMES = \
	test_callback \
	test_log_msg \
	test_ostream

OBJFILES = $(OBJDIR)\$(NAME).obj

CFLAGS = $(ACE_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB)

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