Skip to content

Commit ba90268

Browse files
committed
Add comment about \# in bcc makefiles.
1 parent 624789d commit ba90268

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bin/psql/bcc32.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Debug\blibpqddll.lib"
148148
LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Release\blibpqdll.lib"
149149
!ENDIF
150150

151+
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
151152
"..\..\port\pg_config_paths.h": win32.mak
152153
echo \#define PGBINDIR "" >$@
153154
echo \#define PGSHAREDIR "" >>$@

src/interfaces/libpq/bcc32.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
142142
pthread.h: pthread.h.win32
143143
copy pthread.h.win32 pthread.h
144144

145+
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
145146
pg_config_paths.h: bcc32.mak
146147
echo \#define SYSCONFDIR "" > pg_config_paths.h
147148

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy