diff options
| author | Tom Lane | 2001-04-04 21:15:56 +0000 |
|---|---|---|
| committer | Tom Lane | 2001-04-04 21:15:56 +0000 |
| commit | 6faf150a3096b57a1e312ccfff6b757bf8441358 (patch) | |
| tree | ae990cc9cdb82b9871b5881a95c954322d3687d7 /src/makefiles | |
| parent | d3ad2ad68972ebb637439ea34c67d5b2f4e4beac (diff) | |
Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to
Jason Tishler's credit, if it's broken it's my fault ...
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/Makefile.win | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.win b/src/makefiles/Makefile.win index 5dac251872..ce57e383ba 100644 --- a/src/makefiles/Makefile.win +++ b/src/makefiles/Makefile.win @@ -1,8 +1,9 @@ -# $Header: /cvsroot/pgsql/src/makefiles/Attic/Makefile.win,v 1.9 2001/02/20 19:20:29 petere Exp $ +# $Header: /cvsroot/pgsql/src/makefiles/Attic/Makefile.win,v 1.10 2001/04/04 21:15:56 tgl Exp $ LDFLAGS+= -g DLLTOOL= dlltool DLLWRAP= dllwrap -DLLLIBS=-L$(top_builddir)/src/backend -lpostgres -lcygipc -lcygwin -lcrypt -lkernel32 +DLLLIBS= -lcygipc -lcrypt +BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres MK_NO_LORDER=true MAKE_DLL=true #MAKE_DLL=false |
