2 csc -debug -out:scripts\monowrap.exe scripts\monowrap.cs
3 if errorlevel 1 goto error
4 csc -nowarn:414 -debug -out:scripts\genproj.exe scripts\genproj.cs
5 if errorlevel 1 goto error
6 csc -debug -out:scripts\prepare.exe scripts\prepare.cs
7 if errorlevel 1 goto error
9 prepare.exe ..\\..\\..\\mcs core
10 if errorlevel 1 goto error
12 if errorlevel 1 goto error
14 echo Setup complete, you need at least a mcs\class\lib\basic directory with
15 echo mcs.exe mscorlib.dll System.dll System.Xml.dll
19 echo Error: solution is not configured.