+ load.scm should also load ffi-tools-rts.scm (bad idea?)

+ install ffi-tools-rts.scm (even worse idea?)
This commit is contained in:
eknauel 2004-02-11 07:25:02 +00:00
parent 02f0884023
commit 37c2849c89
1 changed files with 2 additions and 0 deletions

View File

@ -55,9 +55,11 @@
(else
(error "Could not figure out libscshldap's name" la-file-name))))))
(config)
(load ,(string-append schemedir "/ffi-tools-rts.scm"))
(load ,(string-append schemedir "/interfaces.scm"))
(load ,(string-append schemedir "/packages.scm"))
(user))))
(install-directory-contents "scheme" 'scheme)
(install-file "ffi-tools/ffi-tools-rts.scm" 'scheme)
)