mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
The attached patch will create a dummy pg_config_paths.h. Additionally,
ENABLE_THREAD_SAFETY is supported by the makefile (but not by the sources, which need some rework) Andreas Pflug
This commit is contained in:
@ -77,11 +77,13 @@ CLEAN :
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
config: ..\..\include\pg_config.h
|
config: ..\..\include\pg_config.h pg_config_paths.h
|
||||||
|
|
||||||
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
|
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
|
||||||
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
|
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
|
||||||
|
|
||||||
|
pg_config_paths.h: win32.mak
|
||||||
|
echo #define SYSCONFDIR "" >pg_config_paths.h
|
||||||
|
|
||||||
"$(OUTDIR)" :
|
"$(OUTDIR)" :
|
||||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
@ -95,6 +97,10 @@ CPP_PROJ=$(CPP_PROJ) /D USE_SSL
|
|||||||
SSL_LIBS=ssleay32.lib libeay32.lib gdi32.lib
|
SSL_LIBS=ssleay32.lib libeay32.lib gdi32.lib
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
|
!IFDEF ENABLE_THREAD_SAFETY
|
||||||
|
CPP_PROJ=$(CPP_PROJ) /D ENABLE_THREAD_SAFETY
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
CPP_SBRS=.
|
CPP_SBRS=.
|
||||||
|
|
||||||
LIB32=link.exe -lib
|
LIB32=link.exe -lib
|
||||||
|
Reference in New Issue
Block a user