2008-04-04 Bill Holmes <billholmes54@gmail.com>
[mono.git] / msvc / runmdesc.bat
index 1efcdfbf20a987e169d0500815439f71135aba4e..db0179b8f2deb7764020198dc52f4b3fa543372e 100755 (executable)
@@ -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