Artifact 22db0291fee5c3487866807ca3756f859de65e306d5044ba2e7a6cf79bfb6721:
- Executable file
r38/util/mkpckge.bat
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 777) [annotate] [blame] [check-ins using] [more...]
rem mkpckge.bat -- compile a single package. set package=%1 if %lisp% == psl goto psl cd %reduce%\lisp\csl\%MACHINE% if not %MACHINE% == cygwin32 goto l2 if not "%Cygroot%" == "" goto l1 set Cygroot=c:\cygwin echo *** Using %Cygroot% as Cygroot value :l1 set opath=%path% set path=%Cygroot%\bin;%PATH% :l2 start /wait /min csl -k6000 -v -i ..\reduce.img -o ..\reduce.img %reduce%\util\mkpckge.dat -- %reduce%\log\%package%.blg goto ret :psl if not "%pslsize%" == "" goto cont set pslsize=12000000 :cont cd %reduce% start /wait /min lisp\psl\%MACHINE%\psl\bpsl -td %pslsize% -f lisp\psl\%MACHINE%\red\reduce.img -i util\mkpckge.dat -o log\%1.blg :ret cd %reduce% set package= if not "%opath%" == "" set path=%opath% set opath=