diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-04-30 04:00:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-04-30 04:00:07 +0000 |
commit | 16d4418bf51693cc2528c33f7751bb882f7ad023 (patch) | |
tree | c13e56d632b5ba602da3fb60850007e5822938d1 /src | |
parent | 23cf3986cf25404edf7805e70054e986b4224d5c (diff) | |
download | postgresql-16d4418bf51693cc2528c33f7751bb882f7ad023.tar.gz postgresql-16d4418bf51693cc2528c33f7751bb882f7ad023.zip |
Fix BCC to not define compiler location.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/bcc32.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/bcc32.mak b/src/interfaces/libpq/bcc32.mak index 675a2de8f18..8649998d4a6 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 |