Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd65b42b

Browse files
committed
Fix build of libpq for Borland CC.
1 parent3894e7c commitd65b42b

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.hpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp