Commit 16d4418b authored by Bruce Momjian's avatar Bruce Momjian

Fix BCC to not define compiler location.

parent 23cf3986
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# and a Win32 dynamic library libpq.dll with import library libpqdll.lib # and a Win32 dynamic library libpq.dll with import library libpqdll.lib
# Borland C++ base install directory goes here # Borland C++ base install directory goes here
BCB=c:\Borland\Bcc55 # BCB=c:\Borland\Bcc55
!IF "$(BCB)" == "" !IF "$(BCB)" == ""
!MESSAGE You must edit bcc32.mak and define BCB at the top !MESSAGE You must edit bcc32.mak and define BCB at the top
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment