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 eab3e9b commit 1d734b7Copy full SHA for 1d734b7
src/interfaces/libpq/bcc32.mak
@@ -134,14 +134,11 @@ LIB32_OBJS= \
134
"$(INTDIR)\pthread-win32.obj"
135
136
137
-config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
+config: ..\..\include\pg_config.h pg_config_paths.h
138
139
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
140
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
141
142
-pthread.h: pthread.h.win32
143
- copy pthread.h.win32 pthread.h
144
-
145
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
146
pg_config_paths.h: bcc32.mak
147
echo \#define SYSCONFDIR "" > pg_config_paths.h
0 commit comments