File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.68 2000/11/30 20:36:10 petere Exp $
7+ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.69 2001/04/02 03:21:23 tgl Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -63,14 +63,15 @@ $(DIRS:%=%-recursive): $(top_builddir)/src/include/parser/parse.h $(top_builddir
6363
6464
6565ifeq ($(MAKE_DLL ) , true)
66+
6667DLLOBJS := $(OBJS )
67- DLLLIBS := -L/usr/local/lib -lcygipc -lcrypt -lcygwin -lkernel32
6868
6969postgres.def : $(DLLOBJS )
7070 $(DLLTOOL ) --export-all --output-def $@ $(DLLOBJS )
7171
7272libpostgres.a : $(DLLOBJS ) $(top_builddir ) /src/utils/dllinit.o postgres.def
7373 $(DLLTOOL ) --dllname postgres.exe --def postgres.def --output-lib $@
74+
7475endif # MAKE_DLL
7576
7677
You can’t perform that action at this time.
0 commit comments