Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chambers <joncham@gmail.com>2007-03-13 23:00:05 +0300
committerJonathan Chambers <joncham@gmail.com>2007-03-13 23:00:05 +0300
commit8e3893279bccda3304362901c673eefb5c173481 (patch)
tree50a49c9bd34359904421ee38178b5a9f19d3623c /msvc/runburg.bat
parentc9b55219e902f8231b9adf21287a7a3d52d4c472 (diff)
parent337b6aedc73387e0c24ade32a7e20de56c2ac1b2 (diff)
2007-03-13 Jonathan Chambers <joncham@gmail.com>
* *.vcproj: Move to msvc directory. * *.bat: Move to msvc directory. * libgc/misc.c: Use correct string type for GetModuleHandle. svn path=/trunk/mono/; revision=74203
Diffstat (limited to 'msvc/runburg.bat')
-rwxr-xr-xmsvc/runburg.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/msvc/runburg.bat b/msvc/runburg.bat
new file mode 100755
index 00000000000..7e36428b99a
--- /dev/null
+++ b/msvc/runburg.bat
@@ -0,0 +1,8 @@
+@echo off
+rem This runs Monoburg on the various x86 files when called on Visual Studio
+echo Running Monoburg on the x86 inssel.brg files...
+cd ..\mono\mini
+set PATH=%PATH%;..\..\VSDependancies\lib
+%1 -c 1 -p -e inssel.brg inssel-float.brg inssel-long32.brg inssel-x86.brg -d inssel.h -s inssel.c
+echo done
+