mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Last Bigpatch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2027 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8f7f46026e
commit
fcb7fdaeec
@ -1,18 +1,19 @@
|
||||
#!/usr/bin/gdb -x
|
||||
# You can debug gnucash by running gdb as "gdb -x gnucash.gdb-cmds"
|
||||
# and then executing "run-gnucash somefile".
|
||||
#
|
||||
# Secrets: gdb requires that parens be escaped as well as quotes ...
|
||||
|
||||
THESE ARE BROKEN We need a new strategy that handles the GNC_ envt vars.
|
||||
|
||||
file gnucash.bin
|
||||
|
||||
set env GNC_BOOTSTRAP_SCM ./share/scm/bootstrap.scm
|
||||
set env GNC_SCM_LOAD_PATH ("./share/scm")
|
||||
set env GNC_DEBUG t
|
||||
define run-gnucash
|
||||
|
||||
set args --debug \
|
||||
--startup-dir ./share/scm/startup \
|
||||
--share-dir ./share \
|
||||
--config-dir ./etc \
|
||||
--load-path \(\"\(./share/scm\)\"\) \
|
||||
--doc-path \(\"\(./Docs\)\"\"\(./Reports\)\"\) \
|
||||
$arg0
|
||||
run
|
||||
|
3
po/ChangeLog
Normal file
3
po/ChangeLog
Normal file
@ -0,0 +1,3 @@
|
||||
2000-02-18 Dave Peticolas <peticola@cs.ucdavis.edu>
|
||||
|
||||
* Start of ChangeLog for po directory.
|
Loading…
Reference in New Issue
Block a user