summaryrefslogtreecommitdiff
path: root/examples/Export/test.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Export/test.bor')
-rw-r--r--examples/Export/test.bor11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/Export/test.bor b/examples/Export/test.bor
deleted file mode 100644
index e4964c73779..00000000000
--- a/examples/Export/test.bor
+++ /dev/null
@@ -1,11 +0,0 @@
-NAME = test
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB) $(CORE_BINDIR)\export_dll$(LIB_DECORATOR).lib
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>