summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_example.bor
blob: de74fa401064f5ff3a881a34936da0e22a05e0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 
# 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>