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:
authorJonathan Chambers <joncham@gmail.com>2009-05-01 05:31:30 +0400
committerJonathan Chambers <joncham@gmail.com>2009-05-01 05:31:30 +0400
commit2de89fc2ef057c4c52fdb4fa55d4d3c30f1c57e3 (patch)
tree05ea44d1ec651d8ba78e7ea1654e1056e44ba918 /msvc
parented4a6922c5d37b4e5c19c2f5e8a67dd88b36d96d (diff)
Fix typo.
svn path=/trunk/mono/; revision=133251
Diffstat (limited to 'msvc')
-rwxr-xr-xmsvc/setup-solution.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/setup-solution.bat b/msvc/setup-solution.bat
index 21bb14889bc..34dbc4ce62f 100755
--- a/msvc/setup-solution.bat
+++ b/msvc/setup-solution.bat
@@ -19,6 +19,6 @@ copy scripts\monowrap.pdb scripts\net_2_1\csc.pdb
echo Setup complete, you can now use build the solution
-csc -debug -out:scripts\genproj.cs scripts\genproj.cs
+csc -debug -out:scripts\genproj.exe scripts\genproj.cs
cd scripts
genproj.exe \ No newline at end of file