Up
authorMiguel de Icaza <miguel@gnome.org>
Fri, 1 May 2009 23:10:05 +0000 (23:10 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 1 May 2009 23:10:05 +0000 (23:10 -0000)
svn path=/trunk/mono/; revision=133342

msvc/setup-solution.bat

index e9f0ff0c80520868601b26a2799ab0985e90cf4f..d89a97a378809c905d5aacb8847c45e46cf3c27c 100755 (executable)
@@ -17,8 +17,9 @@ copy scripts\monowrap.pdb scripts\net_2_0\csc.pdb
 copy scripts\monowrap.exe scripts\net_2_1\csc.exe\r
 copy scripts\monowrap.pdb scripts\net_2_1\csc.pdb\r
 \r
-echo Setup complete, you can now use build the solution\r
 \r
-csc -r:System.Xml.Linq -debug -out:scripts\genproj.exe scripts\genproj.cs\r
+csc -debug -out:scripts\genproj.exe scripts\genproj.cs\r
 cd scripts\r
-genproj.exe
\ No newline at end of file
+genproj.exe\r
+cd ..\r
+echo Setup complete, you can now use build the solution\r