diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-06-19 13:14:20 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-06-19 13:14:20 +0000 |
| commit | ba90268e2b125cb21f74b0a4b05ce4f4797186c8 (patch) | |
| tree | 93443400d3f51e132ac459e17ce977b7e67bd15d /src/interfaces | |
| parent | 624789d1919ee8578b6f3c367d99110ad7e4e2d0 (diff) | |
Add comment about \# in bcc makefiles.
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/bcc32.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/libpq/bcc32.mak b/src/interfaces/libpq/bcc32.mak index 8649998d4a6..91ce0105c78 100644 --- a/src/interfaces/libpq/bcc32.mak +++ b/src/interfaces/libpq/bcc32.mak @@ -142,6 +142,7 @@ config: ..\..\include\pg_config.h pthread.h pg_config_paths.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 |
