mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3babeb9de7
commit
ed75831a88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user