gnucash master: Drop code to attach output to console on Windows

Geert Janssens gjanssens at code.gnucash.org
Sun Jun 21 15:20:31 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/7b090c71 (commit)
	from  https://github.com/Gnucash/gnucash/commit/879a6cb5 (commit)



commit 7b090c710a0bfe2edb868554b69467d15a37ddbf
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Jun 21 21:18:07 2020 +0200

    Drop code to attach output to console on Windows
    
    This was not built-in by default (required a build-time define to be set)
    and intended only for debugging.
    Most of its intended goal can also be achieved by redirecting
    standard output from the command line (verified to work in cmd.exe):
    gnucash --help | more
    gnucash --help > file-to-store-output.txt 2>&1



Summary of changes:
 gnucash/gnucash-core-app.cpp | 54 --------------------------------------------
 1 file changed, 54 deletions(-)



More information about the gnucash-patches mailing list