mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move simple-obj.scm to import-export/qif-imp, the one place it's used.
This commit is contained in:
parent
a552d0d485
commit
354e868716
@ -51,6 +51,7 @@ set (qif_import_SCHEME
|
|||||||
qif-to-gnc.scm
|
qif-to-gnc.scm
|
||||||
qif-utils.scm
|
qif-utils.scm
|
||||||
qif-import.scm # yes, included in both SETs
|
qif-import.scm # yes, included in both SETs
|
||||||
|
simple-obj.scm
|
||||||
)
|
)
|
||||||
|
|
||||||
set(qif_import_SCHEME_2
|
set(qif_import_SCHEME_2
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
;; Boston, MA 02110-1301, USA gnu@gnu.org
|
;; Boston, MA 02110-1301, USA gnu@gnu.org
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
(load-from-path "qif-import/simple-obj")
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; qif-file class
|
;; qif-file class
|
||||||
|
@ -161,7 +161,6 @@ set (app_utils_SCHEME_1
|
|||||||
date-utilities.scm
|
date-utilities.scm
|
||||||
options.scm
|
options.scm
|
||||||
prefs.scm
|
prefs.scm
|
||||||
simple-obj.scm
|
|
||||||
fin.scm
|
fin.scm
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -263,15 +263,6 @@
|
|||||||
(export gnc:get-start-next-year)
|
(export gnc:get-start-next-year)
|
||||||
(export gnc:get-three-months-ahead)
|
(export gnc:get-three-months-ahead)
|
||||||
|
|
||||||
;; simple-obj
|
|
||||||
(export make-simple-class)
|
|
||||||
(export simple-obj-getter)
|
|
||||||
(export simple-obj-setter)
|
|
||||||
(export simple-obj-print)
|
|
||||||
(export simple-obj-to-list)
|
|
||||||
(export simple-obj-from-list)
|
|
||||||
(export make-simple-obj)
|
|
||||||
|
|
||||||
(define gnc:*kvp-option-path* (list KVP-OPTION-PATH))
|
(define gnc:*kvp-option-path* (list KVP-OPTION-PATH))
|
||||||
(export gnc:*kvp-option-path*)
|
(export gnc:*kvp-option-path*)
|
||||||
|
|
||||||
@ -279,7 +270,6 @@
|
|||||||
(load-from-path "options")
|
(load-from-path "options")
|
||||||
(load-from-path "prefs")
|
(load-from-path "prefs")
|
||||||
(load-from-path "date-utilities")
|
(load-from-path "date-utilities")
|
||||||
(load-from-path "simple-obj")
|
|
||||||
|
|
||||||
;; Business options
|
;; Business options
|
||||||
(define gnc:*business-label* (N_ "Business"))
|
(define gnc:*business-label* (N_ "Business"))
|
||||||
|
@ -365,6 +365,7 @@ gnucash/import-export/qif-imp/qif-objects.scm
|
|||||||
gnucash/import-export/qif-imp/qif-parse.scm
|
gnucash/import-export/qif-imp/qif-parse.scm
|
||||||
gnucash/import-export/qif-imp/qif-to-gnc.scm
|
gnucash/import-export/qif-imp/qif-to-gnc.scm
|
||||||
gnucash/import-export/qif-imp/qif-utils.scm
|
gnucash/import-export/qif-imp/qif-utils.scm
|
||||||
|
gnucash/import-export/qif-imp/simple-obj.scm
|
||||||
gnucash/import-export/qif-imp/string.scm
|
gnucash/import-export/qif-imp/string.scm
|
||||||
gnucash/python/gncmod-python.c
|
gnucash/python/gncmod-python.c
|
||||||
gnucash/register/ledger-core/gncEntryLedger.c
|
gnucash/register/ledger-core/gncEntryLedger.c
|
||||||
@ -538,7 +539,6 @@ libgnucash/app-utils/options.scm
|
|||||||
libgnucash/app-utils/option-util.c
|
libgnucash/app-utils/option-util.c
|
||||||
libgnucash/app-utils/prefs.scm
|
libgnucash/app-utils/prefs.scm
|
||||||
libgnucash/app-utils/QuickFill.c
|
libgnucash/app-utils/QuickFill.c
|
||||||
libgnucash/app-utils/simple-obj.scm
|
|
||||||
libgnucash/backend/dbi/gnc-backend-dbi.cpp
|
libgnucash/backend/dbi/gnc-backend-dbi.cpp
|
||||||
libgnucash/backend/dbi/gnc-dbisqlconnection.cpp
|
libgnucash/backend/dbi/gnc-dbisqlconnection.cpp
|
||||||
libgnucash/backend/dbi/gnc-dbisqlresult.cpp
|
libgnucash/backend/dbi/gnc-dbisqlresult.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user