summaryrefslogtreecommitdiff
path: root/examples/Reactor/Multicast/server.bor
blob: 1260bbc21a8e9e30f6c8796760bfdd97d0fdf2c1 (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 server
#

NAME = server

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

CPPDIR = .

LIBFILES = \
        $(ACE_LIB)

CFLAGS = $(ACE_CFLAGS)

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