summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/Makefile.bor
blob: e7fd9236428067f78a4212e8d553d4e77b53cd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

NAMES = \
	direct_logging \
	indirect_logging

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>