Fix BCC to not define compiler location.

This commit is contained in:
Bruce Momjian 2005-04-30 04:00:07 +00:00
parent 23cf3986cf
commit 16d4418bf5
1 changed files with 1 additions and 1 deletions

View 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