summaryrefslogtreecommitdiff
path: root/examples/Mem_Map/file-reverse/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Mem_Map/file-reverse/makefile.bor')
-rw-r--r--examples/Mem_Map/file-reverse/makefile.bor15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/Mem_Map/file-reverse/makefile.bor b/examples/Mem_Map/file-reverse/makefile.bor
deleted file mode 100644
index c5f92970c72..00000000000
--- a/examples/Mem_Map/file-reverse/makefile.bor
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# 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>