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:
parent
4fa8b44749
commit
453c670b61
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user