We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f9371 commit 8eed998Copy full SHA for 8eed998
src/makefiles/Makefile.win
@@ -1,8 +1,8 @@
1
-# $Header: /cvsroot/pgsql/src/makefiles/Attic/Makefile.win,v 1.7 2000/10/21 22:36:13 petere Exp $
+# $Header: /cvsroot/pgsql/src/makefiles/Attic/Makefile.win,v 1.8 2001/01/09 18:45:41 petere Exp $
2
LDFLAGS+= -g
3
DLLTOOL= dlltool
4
DLLWRAP= dllwrap
5
-DLLLIBS=-L/usr/local/lib -L$(libdir) -L$(top_builddir)/src/backend -lpostgres -lcygipc -lcygwin -lcrypt -lkernel32
+DLLLIBS=-L/usr/local/lib -L$(top_builddir)/src/backend -lpostgres -lcygipc -lcygwin -lcrypt -lkernel32
6
MK_NO_LORDER=true
7
MAKE_DLL=true
8
#MAKE_DLL=false
0 commit comments