diff options
Diffstat (limited to 'examples/Export')
-rw-r--r-- | examples/Export/Makefile.bor | 7 | ||||
-rw-r--r-- | examples/Export/export_dll.bor | 15 | ||||
-rw-r--r-- | examples/Export/test.bor | 15 |
3 files changed, 0 insertions, 37 deletions
diff --git a/examples/Export/Makefile.bor b/examples/Export/Makefile.bor deleted file mode 100644 index 255203ecbe8..00000000000 --- a/examples/Export/Makefile.bor +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id$ -# - -MAKEFILES = export_dll.bor test.bor - -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> 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> diff --git a/examples/Export/test.bor b/examples/Export/test.bor deleted file mode 100644 index 296250dae24..00000000000 --- a/examples/Export/test.bor +++ /dev/null @@ -1,15 +0,0 @@ -# -# $Id$ -# - -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> |