summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_example.bor
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/build_example.bor')
-rw-r--r--include/makeinclude/build_example.bor12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/makeinclude/build_example.bor b/include/makeinclude/build_example.bor
deleted file mode 100644
index ca694366c70..00000000000
--- a/include/makeinclude/build_example.bor
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# Makefile for building the example executables
-#
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_NAMING_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_NAMING_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-