SCM Repository
[smlnj] / sml / trunk / config / ml-build.bat |
View of /sml/trunk/config/ml-build.bat
Parent Directory
|
Revision Log
Revision 1342 -
(download)
(as text)
(annotate)
Mon Aug 11 20:46:00 2003 UTC (17 years, 8 months ago) by mblume
File size: 693 byte(s)
Mon Aug 11 20:46:00 2003 UTC (17 years, 8 months ago) by mblume
File size: 693 byte(s)
works under w32 again; bug fix for ml-nlffigen; other bugfixes
set root=%1% set main=%2% set heap=%3% set smlfile=XYZ_XXX_smlfile.sml set cmfile=XYZ_XXX_cmfile.cm set listfile=XYZ_XXX_BOOTLIST set linkargsfile=XYZ_XXX_LINKARGS set rare=XYZ_XXX_0123 echo structure %rare% = struct val _ = SMLofNJ.exportFn ("%heap%", %main%) end >%smlfile% echo Group structure %rare% is $/basis.cm %root% %smlfile% >%cmfile% %COMSPEC% /C "%SMLNJ_HOME%\bin\sml @CMbuild %root% %cmfile% %heap% %listfile% %linkargsfile%" IF ERRORLEVEL 1 GOTO ERR IF NOT EXIST %linkargsfile% GOTO END %SMLNJ_HOME%\bin\.run\run.x86-win32 @SMLboot=%listfile% del %linkargsfile% GOTO END :ERR echo Compilation failed with error. :END REM more cleaning up del %smlfile% %cmfile% %listfile%
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |