From: Bruce Momjian Date: Sat, 30 Apr 2005 04:00:07 +0000 (+0000) Subject: Fix BCC to not define compiler location. X-Git-Tag: REL8_1_0BETA1~895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16d4418bf51693cc2528c33f7751bb882f7ad023;p=postgresql Fix BCC to not define compiler location. --- 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