Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba90268

Browse files
committed
Add comment about \# in bcc makefiles.
1 parent624789d commitba90268

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)

[8]ページ先頭

©2009-2025 Movatter.jp