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
path: root/msvc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-05-02 10:10:44 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 10:10:44 +0400
commit951ce0078c9a4e1867cdc97aab643db2fb2873d3 (patch)
treef0b17f4c923e51f6ef4057e082dfd26d95e4482f /msvc
parent81497c47388c1e090e41316970ad80930f0e9352 (diff)
Update
svn path=/trunk/mono/; revision=133375
Diffstat (limited to 'msvc')
-rw-r--r--msvc/scripts/prepare.cs4
-rwxr-xr-xmsvc/setup-solution.bat1
2 files changed, 3 insertions, 2 deletions
diff --git a/msvc/scripts/prepare.cs b/msvc/scripts/prepare.cs
index f133911bba0..2e43b85b62e 100644
--- a/msvc/scripts/prepare.cs
+++ b/msvc/scripts/prepare.cs
@@ -26,8 +26,8 @@ class Prepare {
bdir + "/class/System.XML/Mono.Xml.Xsl/PatternParser.jay",
(i, o) => o.Write (i.ReadToEnd ().Replace ("%start Expr", "%start Pattern")));
- Filter (bdir + "/mcs/build/common/Consts.cs.in",
- bdir + "/mcs/build/common/Consts.cs",
+ Filter (bdir + "/build/common/Consts.cs.in",
+ bdir + "/build/common/Consts.cs",
(i, o) => o.Write (i.ReadToEnd ().Replace ("@MONO_VERSION@", "Mono-VSBuild")));
}
diff --git a/msvc/setup-solution.bat b/msvc/setup-solution.bat
index 4c45d1078d4..90e6adc7740 100755
--- a/msvc/setup-solution.bat
+++ b/msvc/setup-solution.bat
@@ -3,6 +3,7 @@ csc -debug -out:scripts\monowrap.exe scripts\monowrap.cs
csc -debug -out:scripts\genproj.exe scripts\genproj.cs
csc -debug -out:scripts\prepare.exe scripts\prepare.cs
cd scripts
+prepare.exe
genproj.exe
cd ..
echo Setup complete, you need at least a mcs\class\lib\basic directory with