summaryrefslogtreecommitdiff
path: root/netsvcs/build.bor
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/build.bor')
-rw-r--r--netsvcs/build.bor36
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>
+
+