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 | |
parent | 624789d1919ee8578b6f3c367d99110ad7e4e2d0 (diff) | |
download | postgresql-ba90268e2b125cb21f74b0a4b05ce4f4797186c8.tar.gz postgresql-ba90268e2b125cb21f74b0a4b05ce4f4797186c8.zip |
Add comment about \# in bcc makefiles.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/bcc32.mak | 1 | ||||
-rw-r--r-- | src/interfaces/libpq/bcc32.mak | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/psql/bcc32.mak b/src/bin/psql/bcc32.mak index 98bd4045782..fd2a1cd2679 100644 --- a/src/bin/psql/bcc32.mak +++ b/src/bin/psql/bcc32.mak @@ -148,6 +148,7 @@ LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Debug\blibpqddll.lib" LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Release\blibpqdll.lib" !ENDIF +# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this "..\..\port\pg_config_paths.h": win32.mak echo \#define PGBINDIR "" >$@ echo \#define PGSHAREDIR "" >>$@ 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 |