gnucash-on-windows master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Jun 17 09:32:42 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/dd260065 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/d053bf20 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/914b8640 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/f1b560a0 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/83afafea (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/3afabee2 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/4e043a86 (commit)



commit dd26006577618469400718bec3c51a14886df79b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Jun 17 17:54:42 2014 +0200

    Don't exit with error code - that will end install.sh

commit d053bf20dd1c6af13c3975120a8c604eb369db16
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Jun 17 17:40:17 2014 +0200

    Install HTML Help Workshop with elevated privileges starting from Windows Vista

commit 914b8640fbfc8419ad81a1ed18424b63ce5d9737
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Jun 16 23:00:34 2014 +0200

    Issue warning if html help workshop is installed on HH_DIR
    
    And explain how to fix it for the future

commit f1b560a0dbb74cdf0fae0abba1e949c5252e84d0
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Jun 16 22:48:03 2014 +0200

    Introduce vbscript to check if/where HTML Help is installed
    
    This allows htmlhelp to be installed anywhere on the system
    and be shared by multiple build trees as well.
    
    Note: it should *not* be installed anymore in HH_DIR !

commit 83afafeabbe5608ad93030d4762fc8bbf3fde1f4
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Jun 16 22:47:15 2014 +0200

    Move extra distributables into subdirectory

commit 3afabee2bb0005d9e7b9ba99f11c33e56f166c6f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Jun 6 17:26:27 2014 +0200

    Fix PKG_CONFIG environment variable setup



Summary of changes:
 dist-impl.sh                                       |  2 +-
 getperl.vbs => extra_dist/getperl.vbs              |  0
 gnc-path-check => extra_dist/gnc-path-check        |  0
 .../install-fq-mods.cmd                            |  0
 get-install-path.vbs                               | 33 ++++++++++
 install-impl.sh                                    | 59 ++++++++++++-----
 install.sh                                         |  2 +-
 run-as-admin.vbs                                   | 77 ++++++++++++++++++++++
 8 files changed, 153 insertions(+), 20 deletions(-)
 rename getperl.vbs => extra_dist/getperl.vbs (100%)
 rename gnc-path-check => extra_dist/gnc-path-check (100%)
 rename install-fq-mods.cmd => extra_dist/install-fq-mods.cmd (100%)
 create mode 100755 get-install-path.vbs
 create mode 100644 run-as-admin.vbs



More information about the gnucash-patches mailing list