1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

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

This commit is contained in:
Bruce Momjian 2004-09-01 23:45:16 +00:00
parent 4fa8b44749
commit 453c670b61
2 changed files with 18 additions and 2 deletions

View File

@ -83,7 +83,15 @@ CLEAN :
-@erase "$(OUTDIR)\psql.exe" -@erase "$(OUTDIR)\psql.exe"
pg_config_paths.h: win32.mak 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)" : "$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

View File

@ -43,7 +43,15 @@ CLEAN :
-@erase "$(OUTDIR)\psql.exe" -@erase "$(OUTDIR)\psql.exe"
pg_config_paths.h: win32.mak 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)" : "$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"