summaryrefslogtreecommitdiff
path: root/netsvcs/build.bor
blob: a1dd633ab3c08bdce7f3ba0ad3851788a69f579c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

!ifdef DEBUG
DEBUGFLAG=-DDEBUG
!endif

!ifdef STATIC
STATICFLAG=-DSTATIC
!endif

!ifdef PASCAL
PASCALFLAG=-DPASCAL
!endif

!ifndef CFLAGS
CFLAGS=-I$(ACE_ROOT) $(ACE_CFLAGS)
!endif

!ifndef CPPDIR
CPPDIR=.
!endif

!ifndef BINDIR
BINDIR=.\bor\bin
!endif

!ifndef BASE_OBJDIR
BASE_OBJDIR=.\bor\obj
!endif

!ifndef LIBFILES
LIBFILES= $(ACE_ROOT)\bin\ace$(LIB_DECORATOR).lib
!endif

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