summaryrefslogtreecommitdiff
path: root/examples/Mem_Map/file-reverse/makefile.bor
blob: c5f92970c722d1f982c856a30f257601a504cfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for building the mem_map file-reserse ace examples
#

NAME = file-reverse

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

CFLAGS = $(ACE_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB)

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