summaryrefslogtreecommitdiff
path: root/examples/Export/export_dll.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Export/export_dll.bor')
-rw-r--r--examples/Export/export_dll.bor15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/Export/export_dll.bor b/examples/Export/export_dll.bor
deleted file mode 100644
index f4ca21b605a..00000000000
--- a/examples/Export/export_dll.bor
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# $Id$
-#
-
-NAME = export_dll
-
-OBJFILES = $(OBJDIR)\dll.obj
-
-CFLAGS = $(ACE_CFLAGS) -DTEST_BUILD_DLL
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>