update
[mono.git] / msvc / setup-solution.bat
1 @echo off\r
2 csc -debug -out:scripts\monowrap.exe scripts\monowrap.cs \r
3 csc -debug -out:scripts\genproj.exe scripts\genproj.cs\r
4 cd scripts\r
5 genproj.exe\r
6 cd ..\r
7 echo Setup complete, you can now use build the solution\r