mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Upgrade win32 version of webkit from 1.1.5 to 1.1.90.
This version contains changes required to fix #588816 (Heading Banner Image does not display or print on invoice reports). Note that this bug won't be fixed until some gnucash changes are checked in as well. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18991 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7eb21eb712
commit
8e71388367
@ -249,8 +249,8 @@ set_default INNO_DIR $GLOBAL_DIR\\inno
|
||||
set_default HH_URL "http://download.microsoft.com/download/OfficeXPProf/Install/4.71.1015.0/W98NT42KMe/EN-US/HTMLHELP.EXE"
|
||||
set_default HH_DIR $GLOBAL_DIR\\hh
|
||||
|
||||
set_default WEBKIT_URL "$SF_MIRROR/gnucash/webkit-1.1.5-win32.zip"
|
||||
set_default WEBKIT_DIR $GLOBAL_DIR\\webkit-1.1.5
|
||||
set_default WEBKIT_URL "$SF_MIRROR/gnucash/webkit-1.1.90-win32.zip"
|
||||
set_default WEBKIT_DIR $GLOBAL_DIR\\webkit-1.1.90
|
||||
|
||||
set_default SVN_URL "http://subversion.tigris.org/files/documents/15/35379/svn-1.4.2-setup.exe"
|
||||
set_default SVN_DIR $GLOBAL_DIR\\svn
|
||||
|
@ -1272,7 +1272,7 @@ function inst_webkit() {
|
||||
add_to_env ${_WEBKIT_UDIR}/bin PATH
|
||||
add_to_env -lwebkit-1.0-2 WEBKIT_LIBS
|
||||
add_to_env -L${_WEBKIT_UDIR}/bin WEBKIT_LIBS
|
||||
add_to_env -I${_WEBKIT_UDIR}/include WEBKIT_CFLAGS
|
||||
add_to_env -I${_WEBKIT_UDIR}/include/webkit-1.0 WEBKIT_CFLAGS
|
||||
if quiet ${LD} ${WEBKIT_LIBS} -o $TMP_UDIR/ofile
|
||||
then
|
||||
echo "webkit already installed. skipping."
|
||||
|
Loading…
Reference in New Issue
Block a user