From 16d4418bf51693cc2528c33f7751bb882f7ad023 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Apr 2005 04:00:07 +0000 Subject: [PATCH] Fix BCC to not define compiler location. --- src/interfaces/libpq/bcc32.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/libpq/bcc32.mak b/src/interfaces/libpq/bcc32.mak index 675a2de8f1..8649998d4a 100644 --- a/src/interfaces/libpq/bcc32.mak +++ b/src/interfaces/libpq/bcc32.mak @@ -4,7 +4,7 @@ # and a Win32 dynamic library libpq.dll with import library libpqdll.lib # Borland C++ base install directory goes here -BCB=c:\Borland\Bcc55 +# BCB=c:\Borland\Bcc55 !IF "$(BCB)" == "" !MESSAGE You must edit bcc32.mak and define BCB at the top