mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Properly implement "Response files" for bcc. Add URL's to describe the
feature for Win32 and bcc.
This commit is contained in:
@ -87,7 +87,7 @@ pthread.h: pthread.h.win32
|
||||
copy pthread.h.win32 pthread.h
|
||||
|
||||
pg_config_paths.h: win32.mak
|
||||
echo #define SYSCONFDIR "" >pg_config_paths.h
|
||||
echo #define SYSCONFDIR "" > pg_config_paths.h
|
||||
|
||||
"$(OUTDIR)" :
|
||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||
@ -148,6 +148,8 @@ LINK32_OBJS= \
|
||||
"$(OUTDIR)\libpq.res"
|
||||
|
||||
|
||||
/* @<< is a Response file, http://www.opussoftware.com/tutorial/TutMakefile.htm */
|
||||
|
||||
"$(OUTDIR)\$(OUTFILENAME).lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
||||
$(LIB32) @<<
|
||||
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
||||
|
Reference in New Issue
Block a user