[Yhc] Nofib .yca linked Yhc Core files
Neil Mitchell
ndmitchell at gmail.com
Fri Mar 7 12:34:13 EST 2008
Hi,
I have compiled .yca files for most of the nofib suite. So no one else
has to do this, I've uploaded a .zip of them:
http://www.cs.york.ac.uk/fp/yhc/yca.zip
They may be useful to others,
Thanks
Neil
PS. The script used to create them is:
if "%1" == "build" goto build
pushd %1
for /d %%i in (*) do call ..\%0 build %%i
popd
goto exit
:build
pushd %2
yhc --linkcore Main --hide
copy ycr\Main.yca ..\%2.yca
popd
:exit
More information about the Yhc
mailing list