Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d65b42b

Browse files
committed
Fix build of libpq for Borland CC.
1 parent 3894e7c commit d65b42b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/interfaces/libpq/bcc32.mak

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,14 @@ LIB32_OBJS= \
137137
"$(INTDIR)\pthread-win32.obj"
138138

139139

140-
config: ..\..\include\pg_config.h pg_config_paths.h
140+
config: ..\..\include\pg_config.h ..\..\include\pg_config_os.h pg_config_paths.h
141141

142142
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
143143
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
144144

145+
..\..\include\pg_config_os.h: ..\..\include\port\win32.h
146+
copy ..\..\include\port\win32.h ..\..\include\pg_config_os.h
147+
145148
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
146149
pg_config_paths.h: bcc32.mak
147150
echo \#define SYSCONFDIR "" > pg_config_paths.h

0 commit comments

Comments
 (0)