Commit ae1703d8 authored by Bruce Momjian's avatar Bruce Momjian

Enable static lib builds on Win32 and Cygwin.

parent 04a1a24e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California # Copyright (c) 1998, Regents of the University of California
# #
# IDENTIFICATION # IDENTIFICATION
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.82 2004/10/12 22:20:17 momjian Exp $ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.83 2004/10/13 09:51:47 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -249,9 +249,6 @@ all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h li ...@@ -249,9 +249,6 @@ all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h li
all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib) all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib)
ifneq ($(PORTNAME), cygwin)
ifneq ($(PORTNAME), win32)
ifndef LORDER ifndef LORDER
MK_NO_LORDER := true MK_NO_LORDER := true
endif endif
...@@ -264,9 +261,6 @@ else ...@@ -264,9 +261,6 @@ else
endif endif
$(RANLIB) $@ $(RANLIB) $@
endif # not win32
endif # not cygwin
ifeq ($(enable_shared), yes) ifeq ($(enable_shared), yes)
ifneq ($(PORTNAME), win32) ifneq ($(PORTNAME), win32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment