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.bor17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/makeinclude/build_example.bor b/include/makeinclude/build_example.bor
deleted file mode 100644
index de74fa40106..00000000000
--- a/include/makeinclude/build_example.bor
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Makefile for building the example executables
-#
-
-TAO_IDL = $(ACE_ROOT)\bin\tao_idl -g \
- $(ACE_ROOT)\bin\gperf.exe
-
-CFLAGS = -I$(ACE_ROOT) -I$(ACE_ROOT)\tao -I$(ACE_ROOT)\tao\orbsvcs \
- $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)
-
-LIBFILES = \
- $(ACE_ROOT)\bin\ace$(LIB_DECORATOR).lib \
- $(ACE_ROOT)\bin\tao$(LIB_DECORATOR).lib \
- $(ACE_ROOT)\bin\orbsvcs$(LIB_DECORATOR).lib
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-