Skip to content

Commit

Permalink
2008-04-04 Bill Holmes <billholmes54@gmail.com>
Browse files Browse the repository at this point in the history
	* runburg.bat, runmdesc.bat:  Reverting back to r97888.  The PATH was correct before.

	Contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=99840
  • Loading branch information
Bill Holmes committed Apr 4, 2008
1 parent 9c4a37c commit 1b7a563
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions msvc/ChangeLog
@@ -1,10 +1,16 @@
2007-03-19 Bill Holmes <billholmes54@gmail.com>
2008-04-04 Bill Holmes <billholmes54@gmail.com>

* runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before.

Contributed under MIT/X11 license.

2008-03-19 Bill Holmes <billholmes54@gmail.com>

* libmono.vcproj: Adding a link to version.lib for the eglib targets.

Contributed under MIT/X11 license.

2007-03-10 Bill Holmes <billholmes54@gmail.com>
2008-03-10 Bill Holmes <billholmes54@gmail.com>

* mono.sln: Fixing configuration list to build the correct targets for the
specified configuration.
Expand Down
2 changes: 1 addition & 1 deletion msvc/runburg.bat
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion msvc/runmdesc.bat
Expand Up @@ -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
Expand Down

0 comments on commit 1b7a563

Please sign in to comment.