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:
authorMiguel de Icaza <miguel@gnome.org>2009-05-03 22:03:02 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-03 22:03:02 +0400
commit2602bea5042b359923839f382187d518f7eb5009 (patch)
treeab017709b72dce3c53adaca4609badfcb61d4afe /msvc/setup-solution.bat
parent0dbf0040d686a4b660346875d339c2bed3bc72f0 (diff)
Fix compiler build, make sure generated solutions include the actual HintPath so VS does not turn lib/basic/System.dll into GAC system.dll, so pass the entire relative path
svn path=/trunk/mono/; revision=133438
Diffstat (limited to 'msvc/setup-solution.bat')
-rwxr-xr-xmsvc/setup-solution.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/setup-solution.bat b/msvc/setup-solution.bat
index 74355d89681..0674972d9ab 100755
--- a/msvc/setup-solution.bat
+++ b/msvc/setup-solution.bat
@@ -6,6 +6,7 @@ if errorlevel 1 goto error
csc -debug -out:scripts\prepare.exe scripts\prepare.cs
if errorlevel 1 goto error
cd scripts
+prepare.exe ..\\..\\..\\mcs core
if errorlevel 1 goto error
genproj.exe
if errorlevel 1 goto error