From: Chris Hanson Date: Wed, 23 Dec 2009 09:44:01 +0000 (-0800) Subject: Fix problems with file enumerations. X-Git-Tag: 20100708-Gtk~185 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b008f3ce0114cd603da07afe1d96159c8062d417;p=mit-scheme.git Fix problems with file enumerations. --- diff --git a/src/etc/windows/make-lib.bat b/src/etc/windows/make-lib.bat index 30c57fc5f..9f4e99251 100755 --- a/src/etc/windows/make-lib.bat +++ b/src/etc/windows/make-lib.bat @@ -4,11 +4,12 @@ copy etc\optiondb.scm lib md 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 +for %%fn in (chrsyn cpress format mime-codec numint optiondb ordvec 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 +for %%fn in (artdebug 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 +copy etc\tutorial lib\edwin for %%dir in (cref imail sf sos ssp star-parser xml) do (md lib\%dir% & copy %dir%\*.bci %dir%\*.com %dir%\*-w32.pkd lib\%dir%) for %%dir in (imail sos ssp star-parser xml) do copy %dir%\load.scm lib\%dir%