Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae1703d

Browse files
committed
Enable static lib builds on Win32 and Cygwin.
1 parent 04a1a24 commit ae1703d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Makefile.shlib

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.82 2004/10/12 22:20:17 momjian Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.83 2004/10/13 09:51:47 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -249,9 +249,6 @@ all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h li
249249

250250
all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib)
251251

252-
ifneq ($(PORTNAME), cygwin)
253-
ifneq ($(PORTNAME), win32)
254-
255252
ifndef LORDER
256253
MK_NO_LORDER := true
257254
endif
@@ -264,9 +261,6 @@ else
264261
endif
265262
$(RANLIB) $@
266263

267-
endif # not win32
268-
endif # not cygwin
269-
270264
ifeq ($(enable_shared), yes)
271265

272266
ifneq ($(PORTNAME), win32)

0 commit comments

Comments
 (0)