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 02:53:43 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 02:53:43 +0400
commitb50613b6c7b7ebb46cb8a29e4d51d4937c2b9ef7 (patch)
treec5a123d41f4b3b115dfad0f1305f40eeaab5a12c /msvc/setup-solution.bat
parent3ecf612b8dd1adc1c78ccc21a66c87ba2a33c619 (diff)
Remove *.input files, put everything in a single XML file
svn path=/trunk/mono/; revision=133305
Diffstat (limited to 'msvc/setup-solution.bat')
-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 34dbc4ce62f..e9f0ff0c805 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.exe scripts\genproj.cs
+csc -r:System.Xml.Linq -debug -out:scripts\genproj.exe scripts\genproj.cs
cd scripts
genproj.exe \ No newline at end of file