summaryrefslogtreecommitdiff
path: root/apps/build.bor
blob: 25101fd079e9eb571b96f96307922e4e0515f92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# $Id$
#

!ifndef CFLAGS
CFLAGS= $(ACE_CFLAGS)
!endif

!ifndef CPPDIR
CPPDIR=.
!endif

!ifndef LIBFILES
LIBFILES= $(ACE_LIB)
!endif

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