Win32: Create the MSVC import library for libguile during install.sh.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18781 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-03-02 20:22:01 +00:00
parent 3babeb9de7
commit ed75831a88

View File

@ -392,6 +392,9 @@ function inst_guile() {
# undef HAVE_INTTYPES_H
#endif
EOF
# Also, for MSVC compiler we need to create an import library
pexports $_GUILE_UDIR/bin/libguile.dll > $_GUILE_UDIR/lib/libguile.def
${DLLTOOL} -d $_GUILE_UDIR/lib/libguile.def -D $_GUILE_UDIR/bin/libguile.dll -l $_GUILE_UDIR/lib/libguile.lib
rm -rf ${TMP_UDIR}/guile-*
fi
if [ "$CROSS_COMPILE" = "yes" ]; then