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