Skip to content

Commit 1d734b7

Browse files
committed
Adjust bcc to work for thread changes.
1 parent eab3e9b commit 1d734b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/interfaces/libpq/bcc32.mak

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,11 @@ LIB32_OBJS= \
134134
"$(INTDIR)\pthread-win32.obj"
135135

136136

137-
config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
137+
config: ..\..\include\pg_config.h pg_config_paths.h
138138

139139
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
140140
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
141141

142-
pthread.h: pthread.h.win32
143-
copy pthread.h.win32 pthread.h
144-
145142
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
146143
pg_config_paths.h: bcc32.mak
147144
echo \#define SYSCONFDIR "" > pg_config_paths.h

0 commit comments

Comments
 (0)