diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index c563955363..f332731551 100755 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -1422,7 +1422,7 @@ function inst_gnucash() { --enable-binreloc \ --enable-locale-specific-tax \ --with-html-engine=webkit \ - CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32" \ + CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32 ${EXTRA_CFLAGS}" \ LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} ${GUILE_LDFLAGS} ${LIBDBI_LDFLAGS} ${KTOBLZCHECK_LDFLAGS} ${HH_LDFLAGS}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 03019b1bb1..836d421e44 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -91,9 +91,9 @@ add_step inst_swig add_step inst_pcre add_step inst_libbonoboui add_step inst_libgsf -if [ "$CROSS_COMPILE" != "yes" ]; then - add_step inst_hh -fi +#if [ "$CROSS_COMPILE" != "yes" ]; then +# add_step inst_hh +#fi add_step inst_goffice #add_step inst_glade add_step inst_opensp