summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers/gadget_test.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Smart_Pointers/gadget_test.bor')
-rw-r--r--examples/Smart_Pointers/gadget_test.bor22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/Smart_Pointers/gadget_test.bor b/examples/Smart_Pointers/gadget_test.bor
deleted file mode 100644
index c3aa4184b8a..00000000000
--- a/examples/Smart_Pointers/gadget_test.bor
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Makefile for building the Gadget example
-#
-
-NAME = gadget_test
-
-OBJFILES = \
- $(OBJDIR)\Gadget.obj \
- $(OBJDIR)\Gadget_Factory.obj \
- $(OBJDIR)\Gadget_Impl.obj \
- $(OBJDIR)\Gadget_Part.obj \
- $(OBJDIR)\Gadget_Part_Factory.obj \
- $(OBJDIR)\Gadget_Part_Impl.obj \
- $(OBJDIR)\gadget_test.obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>