2007-10-19 Marek Habersack <mhabersack@novell.com>
[mono.git] / msvc / runmdesc.bat
index 09c03b6e49cf06faf5b87a9bc48087c696d1f37c..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
 rem This runs genmdesc on the x86 files when called on Visual Studio
 echo Running genmdesc
 cd ..\mono\mini
-set PATH=%PATH%;..\..\VSDependancies\lib
+set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\bin
 if "%2" == "Win32" goto x86
 if "%2" == "x64" goto x64
 goto error
 if "%2" == "Win32" goto x86
 if "%2" == "x64" goto x64
 goto error