SCM Repository
[smlnj] / sml / trunk / config / install.bat |
View of /sml/trunk/config/install.bat
Parent Directory
|
Revision Log
Revision 1392 -
(download)
(as text)
(annotate)
Wed Sep 24 21:56:14 2003 UTC (17 years, 6 months ago) by mblume
File size: 1033 byte(s)
Wed Sep 24 21:56:14 2003 UTC (17 years, 6 months ago) by mblume
File size: 1033 byte(s)
fixed typo in Win32 install script
REM Win32 installer for SML/NJ. REM REM (C) 2003 The Fellowship of SML/NJ. REM REM Author: Matthias Blume (blume@tti-c.org) REM begin by creating rudimentary directory hierarchy mkdir bin mkdir bin\.run mkdir bin\.heap mkdir lib REM compile runtime system and move executable to bin\.run cd src\runtime\objs nmake -f mk.x86-win32 move run.x86-win32.exe ..\..\..\bin\.run cd ..\..\.. REM put helper .bat scripts into bin copy config\link-sml.bat bin copy config\ml-build.bat bin copy config\sml.bat bin copy config\ml-lex.bat bin copy config\ml-yacc.bat bin REM create heap image and lib hierarchy ("boot") copy config\preloads preloads.standard cd sml.boot.x86-win32 ..\bin\.run\run.x86-win32 @SMLboot=BOOTLIST @SMLheap=sml @SMLalloc=1M @SMLverbose cd .. move sml.x86-win32 bin\.heap del preloads.standard cd sml.boot.x86-win32 for /D %%a in (*.*) do echo %%a %%a >>..\lib\pathconfig for /D %%a in (*.*) do move %%a ..\lib cd .. REM Do all the rest using the precompiled installer. %COMSPEC% /C "bin\sml -m $smlnj/installer.cm"
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |