Change make-lib to work more like "make install" on unix.
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:21:01 +0000 (00:21 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:21:01 +0000 (00:21 -0800)
src/etc/windows/make-lib.bat

index 12235c753ccac3139250913e9938495793e11a36..fa993855ff947b6734231c8c963985d5459a1ec6 100644 (file)
@@ -1,31 +1,10 @@
 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
+copy runtime\*.bci lib\runtime
+for %%fn in (chrsyn cpress format gdbm hashtb krypt mime-codec numint optiondb ordvec pgsql process rbtree regexp rexp rgxcmp syncproc wttree ystep) do copy runtime\%fn%.com lib\runtime
+
+md lib\edwin
+copy edwin\*.bci lib\edwin
+for %%fn in (debian-changelog eystep lisppaste manual midas nntp paredit pasmod print pwedit pwparse snr sort techinfo telnet tximod verilog vhdl webster) do copy edwin\%fn%.com lib\edwin