summaryrefslogtreecommitdiff
path: root/examples/Map_Manager/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Map_Manager/makefile.bor')
-rw-r--r--examples/Map_Manager/makefile.bor15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/Map_Manager/makefile.bor b/examples/Map_Manager/makefile.bor
deleted file mode 100644
index 509468e7ddb..00000000000
--- a/examples/Map_Manager/makefile.bor
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Makefile for building the test_hash_map_manager ace examples
-#
-
-NAME = test_hash_map_manager
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>