From 1b7a563efd305a5d01089ff1b09d92f6bf376b96 Mon Sep 17 00:00:00 2001 From: Bill Holmes Date: Fri, 4 Apr 2008 13:56:07 +0000 Subject: [PATCH] 2008-04-04 Bill Holmes * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=99840 --- msvc/ChangeLog | 10 ++++++++-- msvc/runburg.bat | 2 +- msvc/runmdesc.bat | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/msvc/ChangeLog b/msvc/ChangeLog index 1e20177802f8b..38fbf9ad84a0c 100755 --- a/msvc/ChangeLog +++ b/msvc/ChangeLog @@ -1,10 +1,16 @@ -2007-03-19 Bill Holmes +2008-04-04 Bill Holmes + + * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before. + + Contributed under MIT/X11 license. + +2008-03-19 Bill Holmes * libmono.vcproj: Adding a link to version.lib for the eglib targets. Contributed under MIT/X11 license. -2007-03-10 Bill Holmes +2008-03-10 Bill Holmes * mono.sln: Fixing configuration list to build the correct targets for the specified configuration. diff --git a/msvc/runburg.bat b/msvc/runburg.bat index 69ba79c0f2d2d..d7abbcd0642d3 100755 --- a/msvc/runburg.bat +++ b/msvc/runburg.bat @@ -2,7 +2,7 @@ rem This runs Monoburg on the various x86 files when called on Visual Studio echo Running Monoburg on the inssel.brg files... cd ..\mono\mini -set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\lib +set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\bin if "%2" == "Win32" goto x86 if "%2" == "x64" goto x64 diff --git a/msvc/runmdesc.bat b/msvc/runmdesc.bat index 1efcdfbf20a98..db0179b8f2deb 100755 --- a/msvc/runmdesc.bat +++ b/msvc/runmdesc.bat @@ -2,7 +2,7 @@ rem This runs genmdesc on the x86 files when called on Visual Studio echo Running genmdesc cd ..\mono\mini -set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\lib +set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\bin if "%2" == "Win32" goto x86 if "%2" == "x64" goto x64 goto error