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