summaryrefslogtreecommitdiff
path: root/examples/Registry/Makefile.bor
blob: be53a40eda9335d4eb75d0fbf72e9e521fe30bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for building the ACE Registry examples
#

NAMES = \
        test_registry_update \
        test_registry_iterator

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>