Tweak build scripts; add new script to build lib directory.
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:07:21 +0000 (00:07 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:07:21 +0000 (00:07 -0800)
src/etc/windows/build-6001.scm
src/etc/windows/build-all.scm
src/etc/windows/build-compiler.scm
src/etc/windows/build-edwin.scm
src/etc/windows/make-lib.bat [new file with mode: 0644]

index 5cd1dd3df512b0eb2c91064013a4d29d520f961f..9402e3c1efa5f219fc16be9b435e25128de5318c 100644 (file)
@@ -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
index 2124d720b468488bcd87c91f79701c67a42b13fa..141d9731753f1712b9befea193981ee1fcf99f61 100644 (file)
@@ -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
index b301ea8d85c7a74d9898dfd505969b65b3f76259..e5c95d8a61b71938f3ac7fbf219d8f167256fa93 100644 (file)
@@ -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
index 2018ee3c74301093cd801960b846cc1d9eddab92..1e729b27fbcb91dae3ae63598bb98c3ac2b3c521 100644 (file)
@@ -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 (file)
index 0000000..12235c7
--- /dev/null
@@ -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