summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_example.bor
blob: f13206e186dd66d33e1363f166e17507708c90c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 
# Makefile for building the example executables
#

TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)

!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>