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:
authorAlex Earl <slide.o.mix@gmail.com>2017-12-07 21:45:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-12-07 21:45:09 +0300
commit8be2726e127a969cd73e4e92ed03b053f13ed5d5 (patch)
treea897402d326787a4596954f0dd96244531357290 /mcs/packages
parent1724ce22a3a66dfec60ca0f576fb71b83da542de (diff)
Add install of Visual Basic compiler (#6127)
This is a follow on to mono/roslyn-binaries#3 which adds the Roslyn VB.NET compiler to the roslyn-binaries repo. This will then install the binaries to the mono installation.
Diffstat (limited to 'mcs/packages')
-rw-r--r--mcs/packages/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/packages/Makefile b/mcs/packages/Makefile
index 696039fc383..8eb7c3a5e6c 100644
--- a/mcs/packages/Makefile
+++ b/mcs/packages/Makefile
@@ -10,6 +10,9 @@ ROSLYN_FILES_FOR_MONO = \
$(ROSLYN_CSC_DIR)/csi.exe \
$(ROSLYN_CSC_DIR)/csi.exe.config \
$(ROSLYN_CSC_DIR)/csi.rsp \
+ $(ROSLYN_CSC_DIR)/vbc.exe \
+ $(ROSLYN_CSC_DIR)/vbc.exe.config \
+ $(ROSLYN_CSC_DIR)/vbc.rsp \
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.CSharp.dll \
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.CSharp.Scripting.dll \
$(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.VisualBasic.dll \