From 59cac46c637cd3aedd3a48c374662de7407721b8 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 12 Oct 2000 10:42:34 +0000
Subject: [PATCH] Now uses macro (BCDIR) for Borland C++ directory (for DOS
 target).

---
 src/sbbs2/makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/sbbs2/makefile b/src/sbbs2/makefile
index 68de54adfb..1a2595638b 100644
--- a/src/sbbs2/makefile
+++ b/src/sbbs2/makefile
@@ -8,10 +8,11 @@
 #########################################################################
 
 # Macros
-CC	= \bc31\bin\bcc
-LD	= \bc31\bin\tlink
-INCLUDE = \bc31\include;smb;rio;..\spawno
-LIB     = \bc31\lib
+BCDIR	= e:\bc31
+CC	= $(BCDIR)\bin\bcc
+LD	= $(BCDIR)\bin\tlink
+INCLUDE = $(BCDIR)\include;smb;rio;..\spawno
+LIB     = $(BCDIR)\lib
 DEFINES = -DSBBS 
 
 !if $d(__OS2__)
-- 
GitLab