mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 21:19:16 -06:00
Move one more MSVC-only line inside the MSVC test
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19044 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
97e2de2a5f
commit
04d89bde02
@ -397,8 +397,8 @@ EOF
|
||||
if [ x"$(which pexports.exe > /dev/null 2>&1)" != x ]
|
||||
then
|
||||
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
|
||||
fi
|
||||
${DLLTOOL} -d $_GUILE_UDIR/lib/libguile.def -D $_GUILE_UDIR/bin/libguile.dll -l $_GUILE_UDIR/lib/libguile.lib
|
||||
# Also, for MSVC compiler we need to slightly modify the gc.h header
|
||||
GC_H=$_GUILE_UDIR/include/libguile/gc.h
|
||||
grep -v 'extern .*_freelist2;' ${GC_H} > ${GC_H}.tmp
|
||||
|
Loading…
Reference in New Issue
Block a user