Add comment about \# in bcc makefiles.
This commit is contained in:
parent
624789d191
commit
ba90268e2b
@ -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 "" >>$@
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user