diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-26 20:30:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-26 20:30:13 +0000 |
commit | 6bf86b39ed944dafe0506ccea6c5117eeadba740 (patch) | |
tree | 72e29364ff87f858a91992922140281c2539f218 /netsvcs/build.bor | |
parent | e7149fedca3454c09a4720fc23811e4d5f0e452f (diff) | |
download | ATCD-6bf86b39ed944dafe0506ccea6c5117eeadba740.tar.gz |
.
Diffstat (limited to 'netsvcs/build.bor')
-rw-r--r-- | netsvcs/build.bor | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/netsvcs/build.bor b/netsvcs/build.bor new file mode 100644 index 00000000000..a1dd633ab3c --- /dev/null +++ b/netsvcs/build.bor @@ -0,0 +1,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> + + |