From: Chris Hanson Date: Fri, 18 Dec 2009 08:07:21 +0000 (-0800) Subject: Tweak build scripts; add new script to build lib directory. X-Git-Tag: 20100708-Gtk~197^2~7 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5676503bbebbc1df9f31804eb92217e70dda29b6;p=mit-scheme.git Tweak build scripts; add new script to build lib directory. --- diff --git a/src/etc/windows/build-6001.scm b/src/etc/windows/build-6001.scm index 5cd1dd3df..9402e3c1e 100644 --- a/src/etc/windows/build-6001.scm +++ b/src/etc/windows/build-6001.scm @@ -1,5 +1,5 @@ (begin (cd "6001") (load "make") - (disk-save "../lib/6001.com") + (disk-save "lib/6001.com") (%exit)) \ No newline at end of file diff --git a/src/etc/windows/build-all.scm b/src/etc/windows/build-all.scm index 2124d720b..141d97317 100644 --- a/src/etc/windows/build-all.scm +++ b/src/etc/windows/build-all.scm @@ -2,5 +2,5 @@ (load-option 'sf) (load-option 'compiler) (load-option 'edwin) - (disk-save "../lib/all.com") + (disk-save "lib/all.com") (%exit)) \ No newline at end of file diff --git a/src/etc/windows/build-compiler.scm b/src/etc/windows/build-compiler.scm index b301ea8d8..e5c95d8a6 100644 --- a/src/etc/windows/build-compiler.scm +++ b/src/etc/windows/build-compiler.scm @@ -1,5 +1,5 @@ (begin (load-option 'sf) (load-option 'compiler) - (disk-save "../lib/compiler.com") + (disk-save "lib/compiler.com") (%exit)) \ No newline at end of file diff --git a/src/etc/windows/build-edwin.scm b/src/etc/windows/build-edwin.scm index 2018ee3c7..1e729b27f 100644 --- a/src/etc/windows/build-edwin.scm +++ b/src/etc/windows/build-edwin.scm @@ -1,4 +1,4 @@ (begin (load-option 'edwin) - (disk-save "../lib/edwin.com") + (disk-save "lib/edwin.com") (%exit)) \ No newline at end of file diff --git a/src/etc/windows/make-lib.bat b/src/etc/windows/make-lib.bat new file mode 100644 index 000000000..12235c753 --- /dev/null +++ b/src/etc/windows/make-lib.bat @@ -0,0 +1,31 @@ +md lib +copy etc\optiondb.scm lib +md lib\runtime +copy runtime\chrsyn.com lib\runtime +copy runtime\chrsyn.bci lib\runtime +copy runtime\cpress.com lib\runtime +copy runtime\cpress.bci lib\runtime +copy runtime\format.com lib\runtime +copy runtime\format.bci lib\runtime +copy runtime\mime-codec.com lib\runtime +copy runtime\mime-codec.bci lib\runtime +copy runtime\optiondb.com lib\runtime +copy runtime\optiondb.bci lib\runtime +copy runtime\ordvec.com lib\runtime +copy runtime\ordvec.bci lib\runtime +copy runtime\process.com lib\runtime +copy runtime\process.bci lib\runtime +copy runtime\rbtree.com lib\runtime +copy runtime\rbtree.bci lib\runtime +copy runtime\regexp.com lib\runtime +copy runtime\regexp.bci lib\runtime +copy runtime\rexp.com lib\runtime +copy runtime\rexp.bci lib\runtime +copy runtime\rgxcmp.com lib\runtime +copy runtime\rgxcmp.bci lib\runtime +copy runtime\syncproc.com lib\runtime +copy runtime\syncproc.bci lib\runtime +copy runtime\wttree.com lib\runtime +copy runtime\wttree.bci lib\runtime +copy runtime\ystep.com lib\runtime +copy runtime\ystep.bci lib\runtime