From: Bruce Momjian Date: Fri, 16 Sep 2005 19:00:05 +0000 (+0000) Subject: Adjust bcc to work for thread changes. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=4207577f3ef69a62f19e65bc908ffe2f7b52d1b9;p=users%2Fbernd%2Fpostgres.git Adjust bcc to work for thread changes. --- diff --git a/src/interfaces/libpq/bcc32.mak b/src/interfaces/libpq/bcc32.mak index 91ce0105c7..f70f157395 100644 --- a/src/interfaces/libpq/bcc32.mak +++ b/src/interfaces/libpq/bcc32.mak @@ -134,14 +134,11 @@ LIB32_OBJS= \ "$(INTDIR)\pthread-win32.obj" -config: ..\..\include\pg_config.h pthread.h pg_config_paths.h +config: ..\..\include\pg_config.h pg_config_paths.h ..\..\include\pg_config.h: ..\..\include\pg_config.h.win32 copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h -pthread.h: pthread.h.win32 - copy pthread.h.win32 pthread.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