r18260 - gnucash/trunk/packaging/win32 - Fix win32 gnucash.cmd creation to handle ability for reports to be dropped into the

Phil Longstaff plongstaff at code.gnucash.org
Mon Aug 17 20:11:03 EDT 2009


Author: plongstaff
Date: 2009-08-17 20:11:03 -0400 (Mon, 17 Aug 2009)
New Revision: 18260
Trac: http://svn.gnucash.org/trac/changeset/18260

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Fix win32 gnucash.cmd creation to handle ability for reports to be dropped into the
installed report\standard-reports folder.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-08-16 22:57:09 UTC (rev 18259)
+++ gnucash/trunk/packaging/win32/install.sh	2009-08-18 00:11:03 UTC (rev 18260)
@@ -1294,6 +1294,7 @@
             echo "set GUILE_LOAD_PATH=${INSTALL_DIR}\\share\\gnucash\\guile-modules;${INSTALL_DIR}\\share\\gnucash\\scm;%GUILE_LOAD_PATH%" >> gnucash.cmd
             echo "set LTDL_LIBRARY_PATH=${INSTALL_DIR}\\lib" >> gnucash.cmd
             echo "set GNC_DBD_DIR=${LIBDBI_DRIVERS_DIR}\\lib\\dbd" >> gnucash.cmd
+			echo "set GNC_STANDARD_REPORTS_DIR=${INSTALL_DIR}\\share\\gnucash\\guile-modules\\gnucash\\report\\standard-reports" >> gnucash.cmd
             echo "set SCHEME_LIBRARY_PATH=" >> gnucash.cmd
             echo "start gnucash-bin %*" >> gnucash.cmd
         qpopd



More information about the gnucash-changes mailing list