File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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- # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.34 2007/10/04 07:58:15 meskes Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.35 2007/10/04 18:32:07 tgl Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -29,7 +29,7 @@ LIBS := $(filter-out -lpgport, $(LIBS))
2929
3030OBJS = informix.o $(filter snprintf.o, $(LIBOBJS ) )
3131
32- ifneq ($(PORTNAME ) , win32)
32+ ifeq ($(PORTNAME ) , win32)
3333DLL_DEFFILE =libecpg_compatdll.def
3434endif
3535
Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.50 2007/10/04 07:58:15 meskes Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.51 2007/10/04 18:32:07 tgl Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -31,14 +31,14 @@ OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
3131# thread.c is needed only for non-WIN32 implementation of path.c
3232ifneq ($(PORTNAME ) , win32)
3333OBJS += thread.o
34- DLL_DEFFILE =libecpgdll.def
3534endif
3635
3736SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq ) -lm $(PTHREAD_LIBS )
3837
3938ifeq ($(PORTNAME ) , win32)
4039# Link to shfolder.dll instead of shell32.dll
4140SHLIB_LINK += -lshfolder
41+ DLL_DEFFILE =libecpgdll.def
4242endif
4343
4444all : def-files all-lib
Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.36 2007/10/04 07:58:15 meskes Exp $
7+ # $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.37 2007/10/04 18:32:07 tgl Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -30,7 +30,7 @@ OBJS= numeric.o datetime.o common.o dt_common.o timestamp.o interval.o \
3030 pgstrcasecmp.o \
3131 $(filter rint.o snprintf.o, $(LIBOBJS ) )
3232
33- ifneq ($(PORTNAME ) , win32)
33+ ifeq ($(PORTNAME ) , win32)
3434DLL_DEFFILE =libpgtypesdll.def
3535endif
3636
You can’t perform that action at this time.
0 commit comments