1
0
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:
Bruce Momjian
2005-03-07 21:10:58 +00:00
parent a52b4fb131
commit 61b640e35c
2 changed files with 27 additions and 23 deletions

View File

@ -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)