2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / msvc / runburg.bat
1 @echo off
2 rem This runs Monoburg on the various x86 files when called on Visual Studio
3 echo Running Monoburg on the x86 inssel.brg files...
4 cd ..\mono\mini
5 set PATH=%PATH%;..\..\VSDependancies\lib
6 %1 -c 1 -p -e inssel.brg inssel-float.brg inssel-long32.brg inssel-x86.brg -d inssel.h -s inssel.c
7 echo done
8