summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-11-21 23:03:44 +0000
committerBruce Momjian2007-11-21 23:03:44 +0000
commit67953f5ca8ae49af2578ce60fa071315ca43b1a8 (patch)
tree2b2876b66cdd87408498099b41c2e61adfefee45
parenta82d46dc92b1016d1e863d4408f8e5e5978768f1 (diff)
Fix build of libpq for Borland CC.
-rw-r--r--src/interfaces/libpq/bcc32.mak5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interfaces/libpq/bcc32.mak b/src/interfaces/libpq/bcc32.mak
index 73fb1faf13..067ce54101 100644
--- a/src/interfaces/libpq/bcc32.mak
+++ b/src/interfaces/libpq/bcc32.mak
@@ -137,11 +137,14 @@ LIB32_OBJS= \
"$(INTDIR)\pthread-win32.obj"
-config: ..\..\include\pg_config.h pg_config_paths.h
+config: ..\..\include\pg_config.h ..\..\include\pg_config_os.h pg_config_paths.h
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
+..\..\include\pg_config_os.h: ..\..\include\port\win32.h
+ copy ..\..\include\port\win32.h ..\..\include\pg_config_os.h
+
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
pg_config_paths.h: bcc32.mak
echo \#define SYSCONFDIR "" > pg_config_paths.h