From da3e154f6be9389b7680aa5b248d6e050faf27e1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 18 Dec 2009 00:21:01 -0800 Subject: [PATCH] Change make-lib to work more like "make install" on unix. --- src/etc/windows/make-lib.bat | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/src/etc/windows/make-lib.bat b/src/etc/windows/make-lib.bat index 12235c753..fa993855f 100644 --- a/src/etc/windows/make-lib.bat +++ b/src/etc/windows/make-lib.bat @@ -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 -- 2.25.1