mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add comment about \# in bcc makefiles.
This commit is contained in:
@ -148,6 +148,7 @@ LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Debug\blibpqddll.lib"
|
|||||||
LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Release\blibpqdll.lib"
|
LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Release\blibpqdll.lib"
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
|
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
|
||||||
"..\..\port\pg_config_paths.h": win32.mak
|
"..\..\port\pg_config_paths.h": win32.mak
|
||||||
echo \#define PGBINDIR "" >$@
|
echo \#define PGBINDIR "" >$@
|
||||||
echo \#define PGSHAREDIR "" >>$@
|
echo \#define PGSHAREDIR "" >>$@
|
||||||
|
@ -142,6 +142,7 @@ config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
|
|||||||
pthread.h: pthread.h.win32
|
pthread.h: pthread.h.win32
|
||||||
copy pthread.h.win32 pthread.h
|
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
|
pg_config_paths.h: bcc32.mak
|
||||||
echo \#define SYSCONFDIR "" > pg_config_paths.h
|
echo \#define SYSCONFDIR "" > pg_config_paths.h
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user