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/mcs/ilasm
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-31 23:50:55 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-31 23:50:55 +0300
commitdd0b8f31d90a9303eece3522d3e3ad5f8332b0bc (patch)
treeb5d36d07adf8040d60cf6865875216a1363971be /mcs/ilasm
parentb078895e893c2896b1dbdff3fac055aa2f7f2b1f (diff)
[genproj] support for using prebuilt resources
Diffstat (limited to 'mcs/ilasm')
-rw-r--r--mcs/ilasm/ilasm-net_4_x.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/ilasm/ilasm-net_4_x.csproj b/mcs/ilasm/ilasm-net_4_x.csproj
index 338a2ea7c56..cf8834c52c7 100644
--- a/mcs/ilasm/ilasm-net_4_x.csproj
+++ b/mcs/ilasm/ilasm-net_4_x.csproj
@@ -149,8 +149,8 @@ $(ProjectDir)\..\jay\jay -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)
</PreBuildEvent>
<PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-$(ProjectDir)\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay > $(ProjectDir)\ILParser.cs
-
+$(ProjectDir)\..\jay\jay -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay > $(ProjectDir)\ILParser.cs
+
</PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">