Commit 453c670b authored by Bruce Momjian's avatar Bruce Momjian

Fix bcc to compile libpq by creating include file for path.c.

parent 4fa8b447
......@@ -83,7 +83,15 @@ CLEAN :
-@erase "$(OUTDIR)\psql.exe"
pg_config_paths.h: win32.mak
echo #define SYSCONFDIR "" >pg_config_paths.h
echo "#define PGBINDIR "">$@
echo "#define PGSHAREDIR "" >>$@
echo "#define SYSCONFDIR "" >>$@
echo "#define INCLUDEDIR "" >>$@
echo "#define PKGINCLUDEDIR "" >>$@
echo "#define INCLUDEDIRSERVER "" >>$@
echo "#define LIBDIR "" >>$@
echo "#define PKGLIBDIR "" >>$@
echo "#define LOCALEDIR "" >>$@
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
......
......@@ -43,7 +43,15 @@ CLEAN :
-@erase "$(OUTDIR)\psql.exe"
pg_config_paths.h: win32.mak
echo #define SYSCONFDIR "" >pg_config_paths.h
echo "#define PGBINDIR "">$@
echo "#define PGSHAREDIR "" >>$@
echo "#define SYSCONFDIR "" >>$@
echo "#define INCLUDEDIR "" >>$@
echo "#define PKGINCLUDEDIR "" >>$@
echo "#define INCLUDEDIRSERVER "" >>$@
echo "#define LIBDIR "" >>$@
echo "#define PKGLIBDIR "" >>$@
echo "#define LOCALEDIR "" >>$@
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
......
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