Copy
authorMiguel de Icaza <miguel@gnome.org>
Fri, 1 May 2009 22:58:11 +0000 (22:58 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 1 May 2009 22:58:11 +0000 (22:58 -0000)
svn path=/trunk/mono/; revision=133335

msvc05/setup-solution.bat [new file with mode: 0755]

diff --git a/msvc05/setup-solution.bat b/msvc05/setup-solution.bat
new file mode 100755 (executable)
index 0000000..e9f0ff0
--- /dev/null
@@ -0,0 +1,24 @@
+@echo off\r
+mkdir scripts\net_1_1_bootstrap > nul 2> nul\r
+mkdir scripts\net_1_1 > nul 2> nul\r
+mkdir scripts\net_2_0 > nul 2> nul\r
+mkdir scripts\net_2_1 > nul 2> nul\r
+\r
+csc -debug -out:scripts\monowrap.exe scripts\monowrap.cs \r
+copy scripts\monowrap.exe scripts\net_1_1_bootstrap\csc.exe\r
+copy scripts\monowrap.pdb scripts\net_1_1_bootstrap\csc.pdb\r
+\r
+copy scripts\monowrap.exe scripts\net_1_1\csc.exe\r
+copy scripts\monowrap.pdb scripts\net_1_1\csc.pdb\r
+\r
+copy scripts\monowrap.exe scripts\net_2_0\csc.exe\r
+copy scripts\monowrap.pdb scripts\net_2_0\csc.pdb\r
+\r
+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
+cd scripts\r
+genproj.exe
\ No newline at end of file