From ed4a6922c5d37b4e5c19c2f5e8a67dd88b36d96d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 1 May 2009 01:08:52 +0000 Subject: [PATCH] Try this svn path=/trunk/mono/; revision=133250 --- msvc/setup-solution.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1