Set executable flag on bat files so they will run on Windows. Also, set PATH variable...
authorJonathan Chambers <joncham@gmail.com>
Fri, 2 Mar 2007 19:17:41 +0000 (19:17 -0000)
committerJonathan Chambers <joncham@gmail.com>
Fri, 2 Mar 2007 19:17:41 +0000 (19:17 -0000)
svn path=/trunk/mono/; revision=73649

mono/mini/runmdesc.bat [changed mode: 0644->0755]
mono/monoburg/runburg.bat [changed mode: 0644->0755]
winsetup.bat [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c78759e..8eb9e7c
@@ -2,6 +2,7 @@
 rem This runs genmdesc on the x86 files when called on Visual Studio
 echo Running genmdesc on the x86 files...
 cd mono\mini
+set PATH=%PATH%;..\..\VSDependancies\lib
 ..\..\VSDependancies\genmdesc___win32_debug\genmdesc cpu-x86.md cpu-x86.h x86_desc
 echo done
 
old mode 100644 (file)
new mode 100755 (executable)
index 257f7da..b84a56d
@@ -2,6 +2,7 @@
 rem This runs Monoburg on the various x86 files when called on Visual Studio
 echo Running Monoburg on the x86 inssel.brg files...
 cd ..\mini
+set PATH=%PATH%;..\..\VSDependancies\lib
 ..\..\VSDependancies\temp\monoburg\Debug\monoburg -c 1 -p -e inssel.brg inssel-float.brg inssel-long32.brg inssel-x86.brg -d inssel.h -s inssel.c
 echo done
 
old mode 100644 (file)
new mode 100755 (executable)