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:
authorHenric Müller <henric.muller@gmail.com>2018-11-09 16:32:40 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-09 16:32:40 +0300
commit79820d638d6edc00d9f3619051b6fb4a1c5f2f05 (patch)
tree01c4167c8c668b6a66528a3c3b176eca2f94906c /mcs/Makefile
parent2bdadca909ca3c7185dd21fb84180c571564dbc5 (diff)
Updating GenAPI binaries (#11629)
Bumping api-snapshot submodule which brings in a newly built GenAPI binaries along with a rename of the exe to Microsoft.DotNet.GenAPI.exe
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 2b5f7dbd96d..e8489c73e82 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -148,7 +148,7 @@ distcheck: dist-tarball
# Targets for creating API diffs of the framework
MONO_API_SNAPSHOT_PATH := $(topdir)../external/api-snapshot/
-GENAPI := $(MONO_API_SNAPSHOT_PATH)tools/genapi/GenAPI.exe
+GENAPI := $(MONO_API_SNAPSHOT_PATH)tools/genapi/Microsoft.DotNet.GenAPI.exe
MONO_API_SNAPSHOT_PROFILE_PATH := $(MONO_API_SNAPSHOT_PATH)profiles/$(PROFILE)/
MONO_API_ASSEMBLIES_IGNORED := $(addprefix $(topdir)class/lib/$(PROFILE)/, Mono.CSharp.dll SystemWebTestShim.dll standalone-runner-support.dll nunit.core.dll nunit.core.extensions.dll nunit.core.interfaces.dll nunit.framework.dll nunit.framework.extensions.dll nunit.mocks.dll nunit.util.dll nunit-console-runner.dll nunitlite.dll Mono.Profiler.Log.dll)
MONO_API_ASSEMBLIES := $(filter-out $(MONO_API_ASSEMBLIES_IGNORED), $(wildcard $(topdir)class/lib/$(PROFILE)/*.dll)) $(wildcard $(topdir)class/lib/$(PROFILE)/Facades/*.dll)