summaryrefslogtreecommitdiff
path: root/examples/Reactor/Multicast/client.bor
blob: cd8a89e701e5768d56fa538666b6681f0f56673e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for building the multicast client
#

NAME = client

OBJFILES = \
	$(OBJDIR)\Log_Wrapper.obj \
	$(OBJDIR)\client.obj

CPPDIR = .

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