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 892e525 commit eab3e9bCopy full SHA for eab3e9b
src/interfaces/libpq/win32.mak
@@ -106,14 +106,11 @@ LIB32_OBJS= \
106
"$(INTDIR)\pthread-win32.obj"
107
108
109
-config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
+config: ..\..\include\pg_config.h pg_config_paths.h
110
111
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
112
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
113
114
-pthread.h: pthread.h.win32
115
- copy pthread.h.win32 pthread.h
116
-
117
pg_config_paths.h: win32.mak
118
echo #define SYSCONFDIR "" > pg_config_paths.h
119
0 commit comments