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.bor11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/Export/export_dll.bor b/examples/Export/export_dll.bor
deleted file mode 100644
index 019a14d69e0..00000000000
--- a/examples/Export/export_dll.bor
+++ /dev/null
@@ -1,11 +0,0 @@
-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>