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-01 05:08:52 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-01 05:08:52 +0400
commited4a6922c5d37b4e5c19c2f5e8a67dd88b36d96d (patch)
tree7ca967e3c495bd4cb0f02fbfc6dc8f7f4b3b13a0 /msvc/setup-solution.bat
parent51cd5bbc0bb33f9267e918f0233735a10c17781f (diff)
Try this
svn path=/trunk/mono/; revision=133250
Diffstat (limited to 'msvc/setup-solution.bat')
-rwxr-xr-xmsvc/setup-solution.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/msvc/setup-solution.bat b/msvc/setup-solution.bat
index 9c19ccefe43..21bb14889bc 100755
--- a/msvc/setup-solution.bat
+++ b/msvc/setup-solution.bat
@@ -17,4 +17,8 @@ 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 \ No newline at end of file
+echo Setup complete, you can now use build the solution
+
+csc -debug -out:scripts\genproj.cs scripts\genproj.cs
+cd scripts
+genproj.exe \ No newline at end of file