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:36:24 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 10:36:24 +0400
commitae9fe7714a2a0f67a55a62ba58074acb82bfa30f (patch)
tree2f16a5d51a1ead54cf9157938817d726376247f6 /msvc
parenteed9f68b784d7cef79fe58d829e4dacdf57d6d6e (diff)
Try this
svn path=/trunk/mono/; revision=133378
Diffstat (limited to 'msvc')
-rw-r--r--msvc/scripts/System.Xml.pre4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/scripts/System.Xml.pre b/msvc/scripts/System.Xml.pre
index a2c9a9729ed..fb83aba1693 100644
--- a/msvc/scripts/System.Xml.pre
+++ b/msvc/scripts/System.Xml.pre
@@ -1,6 +1,6 @@
-..\..\jay\jay.exe -ct ..\..\jay\skeleton.cs System.Xml.XPath/Parser.jay > System.Xml.XPath/Parser.cs
+..\..\jay\jay.exe -ct &lt; ..\..\jay\skeleton.cs System.Xml.XPath/Parser.jay > System.Xml.XPath/Parser.cs
echo #define XSLT_PATTERN > Mono.Xml.Xsl/PatternParser.cs
-..\..\jay\jay.exe -ct ..\..\jay\skeleton.cs Mono.Xml.Xsl/PatternParser.jay >> Mono.Xml.Xsl/PatternParser.cs
+..\..\jay\jay.exe -ct &lt; ..\..\jay\skeleton.cs Mono.Xml.Xsl/PatternParser.jay >> Mono.Xml.Xsl/PatternParser.cs
echo #define XSLT_PATTERN > Mono.Xml.Xsl/PatternTokenizer.cs
type System.Xml.XPath/Tokenizer.cs >> Mono.Xml.Xsl/PatternTokenizer.cs
..\..\..\mono\msvc\scripts\prepare .