Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b0e46e

Browse files
author
Michael Meskes
committed
Argh, missing dll in filename
1 parentfdbce93 commit2b0e46e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎src/interfaces/ecpg/compatlib/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.32 2007/10/03 15:04:23 tgl Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.33 2007/10/03 15:24:19 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -47,8 +47,8 @@ snprintf.c: % : $(top_srcdir)/src/port/%
4747
# always built and included in distribution tarballs.
4848

4949
.PHONY: def-files
50-
def-files:$(srcdir)/libecpg_compat.def$(srcdir)/blibecpg_compatdll.def
51-
$(srcdir)/libecpg_compat.def: exports.txt
50+
def-files:$(srcdir)/libecpg_compatdll.def$(srcdir)/blibecpg_compatdll.def
51+
$(srcdir)/libecpg_compatdll.def: exports.txt
5252
echo'; DEF file for MS VC++'>$@
5353
echo'LIBRARY LIBECPG_COMPAT'>>$@
5454
echo'EXPORTS'>>$@

‎src/interfaces/ecpg/pgtypeslib/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.34 2007/10/0313:20:19 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.35 2007/10/0315:24:19 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -45,8 +45,9 @@ include $(top_srcdir)/src/Makefile.shlib
4545
# always built and included in distribution tarballs.
4646

4747
.PHONY: def-files
48-
def-files:$(srcdir)/libpgtypes.def$(srcdir)/blibpgtypesdll.def
49-
$(srcdir)/libpgtypes.def: exports.txt
48+
def-files:$(srcdir)/libpgtypesdll.def$(srcdir)/blibpgtypesdll.def
49+
50+
$(srcdir)/libpgtypesdll.def: exports.txt
5051
echo'; DEF file for MS VC++'>$@
5152
echo'LIBRARY LIBPGTYPES'>>$@
5253
echo'EXPORTS'>>$@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp