提交 2b0e46ee 编写于 作者: M Michael Meskes

Argh, missing dll in filename

上级 fdbce93b
......@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.32 2007/10/03 15:04:23 tgl Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.33 2007/10/03 15:24:19 meskes Exp $
#
#-------------------------------------------------------------------------
......@@ -47,8 +47,8 @@ snprintf.c: % : $(top_srcdir)/src/port/%
# always built and included in distribution tarballs.
.PHONY: def-files
def-files: $(srcdir)/libecpg_compat.def $(srcdir)/blibecpg_compatdll.def
$(srcdir)/libecpg_compat.def: exports.txt
def-files: $(srcdir)/libecpg_compatdll.def $(srcdir)/blibecpg_compatdll.def
$(srcdir)/libecpg_compatdll.def: exports.txt
echo '; DEF file for MS VC++' > $@
echo 'LIBRARY LIBECPG_COMPAT' >> $@
echo 'EXPORTS' >> $@
......
......@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.34 2007/10/03 13:20:19 meskes Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.35 2007/10/03 15:24:19 meskes Exp $
#
#-------------------------------------------------------------------------
......@@ -45,8 +45,9 @@ include $(top_srcdir)/src/Makefile.shlib
# always built and included in distribution tarballs.
.PHONY: def-files
def-files: $(srcdir)/libpgtypes.def $(srcdir)/blibpgtypesdll.def
$(srcdir)/libpgtypes.def: exports.txt
def-files: $(srcdir)/libpgtypesdll.def $(srcdir)/blibpgtypesdll.def
$(srcdir)/libpgtypesdll.def: exports.txt
echo '; DEF file for MS VC++' > $@
echo 'LIBRARY LIBPGTYPES' >> $@
echo 'EXPORTS' >> $@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册