We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768916d commit af44cacCopy full SHA for af44cac
src/interfaces/libpq/win32.mak
@@ -77,11 +77,13 @@ CLEAN :
77
78
79
80
-config: ..\..\include\pg_config.h
+config: ..\..\include\pg_config.h pg_config_paths.h
81
82
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
83
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
84
85
+pg_config_paths.h: win32.mak
86
+ echo #define SYSCONFDIR "" >pg_config_paths.h
87
88
"$(OUTDIR)" :
89
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
@@ -95,6 +97,10 @@ CPP_PROJ=$(CPP_PROJ) /D USE_SSL
95
97
SSL_LIBS=ssleay32.lib libeay32.lib gdi32.lib
96
98
!ENDIF
99
100
+!IFDEF ENABLE_THREAD_SAFETY
101
+CPP_PROJ=$(CPP_PROJ) /D ENABLE_THREAD_SAFETY
102
+!ENDIF
103
+
104
CPP_SBRS=.
105
106
LIB32=link.exe -lib
0 commit comments