]> granicus.if.org Git - postgresql/commitdiff
Fix BCC to not define compiler location.
authorBruce Momjian <bruce@momjian.us>
Sat, 30 Apr 2005 04:00:07 +0000 (04:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 30 Apr 2005 04:00:07 +0000 (04:00 +0000)
src/interfaces/libpq/bcc32.mak

index 675a2de8f185017f19895eeb937a1bd4850adc2c..8649998d4a61c3edafb44e2825de1aefef91f22e 100644 (file)
@@ -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