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

NAMES = \
	Receiver \
	Sender

OBJFILES = $(OBJDIR)\$(NAME).obj

CFLAGS = $(ACE_CFLAGS) $(ACE_RMCAST_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB) $(ACE_RMCAST_LIB)

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