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:
authorJonathan Chambers <joncham@gmail.com>2007-09-15 00:42:16 +0400
committerJonathan Chambers <joncham@gmail.com>2007-09-15 00:42:16 +0400
commitd382e5b5923bdf636cdea5ebed8f5127cbbcdef7 (patch)
treefd78aa3e2048af3bae4a3a10a5fd5ad909ad3cfb /msvc/runburg.bat
parent933ffd7bf292ed7175f642f83855779f5493e5e5 (diff)
2007-08-14 Jonathan Chambers <joncham@gmail.com>
* libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer need VSDependencies.zip. * winsetup.bat, runmdesc.bat, runburg.bat: No longer need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to setup PATH. * mono.def: Remove missing functions. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=85846
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 8370b0ac7ef..d7abbcd0642 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%;..\..\VSDependancies\lib
+set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\bin
if "%2" == "Win32" goto x86
if "%2" == "x64" goto x64