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

NAME = client

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

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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