r19607 - gnucash/trunk/packaging/win32 - Win32 build: Temporarily disable the english (C) help compiling because it crashes the hhc.exe compiler.

Christian Stimming cstim at code.gnucash.org
Fri Sep 24 15:28:46 EDT 2010


Author: cstim
Date: 2010-09-24 15:28:46 -0400 (Fri, 24 Sep 2010)
New Revision: 19607
Trac: http://svn.gnucash.org/trac/changeset/19607

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Temporarily disable the english (C) help compiling because it crashes the hhc.exe compiler.

Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2010-09-24 15:46:15 UTC (rev 19606)
+++ gnucash/trunk/packaging/win32/defaults.sh	2010-09-24 19:28:46 UTC (rev 19607)
@@ -297,7 +297,7 @@
 set_default INNO_URL "http://files.jrsoftware.org/is/5/isetup-5.3.9-unicode.exe"
 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_URL "http://download.microsoft.com/download/0/a/9/0a939ef6-e31c-430f-a3df-dfae7960d564/htmlhelp.exe"
 set_default HH_DIR $GLOBAL_DIR\\hh
 
 set_default WEBKIT_URL "$SF_MIRROR/gnucash/webkit-1.1.90-win32.zip"

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2010-09-24 15:46:15 UTC (rev 19606)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2010-09-24 19:28:46 UTC (rev 19607)
@@ -1535,7 +1535,8 @@
         make_chm guide de_DE
         make_chm guide it_IT
         make_chm guide ja_JP "--stringparam chunker.output.encoding Shift_JIS --stringparam htmlhelp.encoding Shift_JIS"
-        make_chm help C
+# FIXME: C help is temporarily disabled because it crashes the hhc.exe compiler!
+#        make_chm help C
         make_chm help de_DE
 #        make_chm help it_IT
     qpopd



More information about the gnucash-changes mailing list