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
path: root/msvc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-05-02 09:53:05 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 09:53:05 +0400
commit42d6af035c70c1ea0601f4007df3d8e47950cf42 (patch)
tree34e73e000b05b1f0bee4b2b53560e38159d98ced /msvc
parent3bff76f0df53e29def802e04a34289dc8cba4549 (diff)
Update
svn path=/trunk/mono/; revision=133370
Diffstat (limited to 'msvc')
-rwxr-xr-xmsvc/setup-solution.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/msvc/setup-solution.bat b/msvc/setup-solution.bat
index fb4f3ac7d9b..4c45d1078d4 100755
--- a/msvc/setup-solution.bat
+++ b/msvc/setup-solution.bat
@@ -5,4 +5,7 @@ csc -debug -out:scripts\prepare.exe scripts\prepare.cs
cd scripts
genproj.exe
cd ..
-echo Setup complete, you can now use build the solution
+echo Setup complete, you need at least a mcs\class\lib\basic directory with
+echo mcs.exe mscorlib.dll System.dll System.Xml.dll
+echo to bootstrap
+