r18983 - gnucash/trunk/packaging/win32 - MSVC: Add creation of MSVC import library of libdbi.
Christian Stimming
cstim at code.gnucash.org
Tue Mar 30 16:00:12 EDT 2010
Author: cstim
Date: 2010-03-30 16:00:12 -0400 (Tue, 30 Mar 2010)
New Revision: 18983
Trac: http://svn.gnucash.org/trac/changeset/18983
Modified:
gnucash/trunk/packaging/win32/install.sh
Log:
MSVC: Add creation of MSVC import library of libdbi.
Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh 2010-03-30 19:59:50 UTC (rev 18982)
+++ gnucash/trunk/packaging/win32/install.sh 2010-03-30 20:00:12 UTC (rev 18983)
@@ -1203,6 +1203,10 @@
make
make install
qpopd
+ qpushd ${_LIBDBI_UDIR}
+ pexports bin/libdbi-0.dll > lib/libdbi.def
+ dlltool -d lib/libdbi.def -D bin/libdbi-0.dll -l lib/libdbi.lib
+ qpopd
test -f ${_LIBDBI_UDIR}/bin/libdbi-0.dll || die "libdbi not installed correctly"
rm -rf ${TMP_UDIR}/libdbi-0*
fi
More information about the gnucash-changes
mailing list