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:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2005-09-20 16:18:49 +0400
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2005-09-20 16:18:49 +0400
commit4233916a25d03ddc5eaa8d95cf8cab6833c0ed97 (patch)
tree5b434c052717be725cd9318cd34e75a1073647cb /mcs/class/System.Data/jay.bat
parenta151cf867f62d0d3fbe87827b2ec4f50664aafab (diff)
run jay in java prebuild step
svn path=/trunk/mcs/; revision=50291
Diffstat (limited to 'mcs/class/System.Data/jay.bat')
-rwxr-xr-xmcs/class/System.Data/jay.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data/jay.bat b/mcs/class/System.Data/jay.bat
new file mode 100755
index 00000000000..efedb377a72
--- /dev/null
+++ b/mcs/class/System.Data/jay.bat
@@ -0,0 +1,2 @@
+echo "processing Parser.jay..."
+%1\..\..\jay\jay.exe -ct < %1\..\..\jay\skeleton.cs %1\Mono.Data.SqlExpressions\Parser.jay > %1\Mono.Data.SqlExpressions\Parser.cs \ No newline at end of file