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, 0 insertions, 36 deletions
diff --git a/netsvcs/build.bor b/netsvcs/build.bor
deleted file mode 100644
index a1dd633ab3c..00000000000
--- a/netsvcs/build.bor
+++ /dev/null
@@ -1,36 +0,0 @@
-
-!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>
-
-