picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit f27151fc702bba828a1fb29870cc36ab44cb399e
parent 16c303ea577966cabe6eee67851bb0ef25264434
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 10 Nov 2011 19:09:26 +0100

Comments
Diffstat:
Mlib/db32-64.l | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/db32-64.l b/lib/db32-64.l @@ -10,7 +10,11 @@ ## and unpack it in the application's runtime directory ## ## 3. On the 64-bit system: -## $ pil app/main.l @lib/too.l @lib/db32-64.l -main -import32 -bye +## $ pil app/main.l @lib/too.l @lib/db32-64.l +## : (call 'mkdir "-p" "db/app/" *Blob) +## : (pool "db/app/" *Dbs) +## : (import32) +## : (bye) # 64-bit DB export -> "~/.pil/db64.tgz" (de export64 (Pool Dbs Blob)