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:
authorBill Holmes <holmes@mono-cvs.ximian.com>2008-03-10 20:38:01 +0300
committerBill Holmes <holmes@mono-cvs.ximian.com>2008-03-10 20:38:01 +0300
commit0b1817b6f7543684aac0cd13a40e8ec6cbb18003 (patch)
tree611764d881459b9ab1601d3451c1432c963519e3 /msvc/runburg.bat
parent8888b092032bf2a46a74e9858ed68039dc823bdd (diff)
2007-03-10 Bill Holmes <billholmes54@gmail.com>
* generic-sharing.c: Including glib.h for the MSVC builds to define "inline" to "__inline" before including mono-membar.h. * mono-perfcounters.c: Adding HAVE_SYS_TIME_H check for MSVC builds. Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for MSVC builds. * mono.sln: Fixing configuration list to build the correct targets for the specified configuration. * runburg.bat, runmdesc.bat: Changing the PATH environment variable assignment to the correct location. * libmono.vcproj: Adding missing files. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=97888
Diffstat (limited to 'msvc/runburg.bat')
-rwxr-xr-xmsvc/runburg.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/runburg.bat b/msvc/runburg.bat
index d7abbcd0642..69ba79c0f2d 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%\bin
+set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\lib
if "%2" == "Win32" goto x86
if "%2" == "x64" goto x64