summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_example.bor
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-05 17:23:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-05 17:23:07 +0000
commit349055b47d3a65318c480860b427e27024c41822 (patch)
tree15b928ddf1e6593063b046eecf4a1571b037d1cc /include/makeinclude/build_example.bor
parentccf17bf2229d70940197202af39cf374113a7149 (diff)
downloadATCD-349055b47d3a65318c480860b427e27024c41822.tar.gz
ChangeLogTag:Mon Jul 5 11:59:49 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/build_example.bor')
-rw-r--r--include/makeinclude/build_example.bor11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/makeinclude/build_example.bor b/include/makeinclude/build_example.bor
index de74fa40106..f13206e186d 100644
--- a/include/makeinclude/build_example.bor
+++ b/include/makeinclude/build_example.bor
@@ -2,16 +2,11 @@
# Makefile for building the example executables
#
-TAO_IDL = $(ACE_ROOT)\bin\tao_idl -g \
- $(ACE_ROOT)\bin\gperf.exe
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-CFLAGS = -I$(ACE_ROOT) -I$(ACE_ROOT)\tao -I$(ACE_ROOT)\tao\orbsvcs \
- $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)
+CFLAGS = $(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
+LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>