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-02 03:10:05 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 03:10:05 +0400
commitce0a5be4b343b0cc0f8002fe0cced71e1db793bf (patch)
treee04268e4eb61582693bf521d39a986828d904dc7 /msvc/setup-solution.bat
parente934fc150ecb45d3f91351223530932ebbbc6b25 (diff)
Up
svn path=/trunk/mono/; revision=133342
Diffstat (limited to 'msvc/setup-solution.bat')
-rwxr-xr-xmsvc/setup-solution.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/msvc/setup-solution.bat b/msvc/setup-solution.bat
index e9f0ff0c805..d89a97a3788 100755
--- a/msvc/setup-solution.bat
+++ b/msvc/setup-solution.bat
@@ -17,8 +17,9 @@ copy scripts\monowrap.pdb scripts\net_2_0\csc.pdb
copy scripts\monowrap.exe scripts\net_2_1\csc.exe
copy scripts\monowrap.pdb scripts\net_2_1\csc.pdb
-echo Setup complete, you can now use build the solution
-csc -r:System.Xml.Linq -debug -out:scripts\genproj.exe scripts\genproj.cs
+csc -debug -out:scripts\genproj.exe scripts\genproj.cs
cd scripts
-genproj.exe \ No newline at end of file
+genproj.exe
+cd ..
+echo Setup complete, you can now use build the solution