]> granicus.if.org Git - postgresql/commitdiff
Add comment about \# in bcc makefiles.
authorBruce Momjian <bruce@momjian.us>
Sun, 19 Jun 2005 13:14:20 +0000 (13:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 19 Jun 2005 13:14:20 +0000 (13:14 +0000)
src/bin/psql/bcc32.mak
src/interfaces/libpq/bcc32.mak

index 98bd40457829cc1d380aa7fdbb5a45cb40eeea27..fd2a1cd26791ae6c4ae699c4e4e9deba862d46cb 100644 (file)
@@ -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 "" >>$@
index 8649998d4a61c3edafb44e2825de1aefef91f22e..91ce0105c785b6d1fddbe846d48c3b1e87bc0b16 100644 (file)
@@ -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