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/tools
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-08 17:46:55 +0300
committerGitHub <noreply@github.com>2019-08-08 17:46:55 +0300
commitdfa5a6ce4dd526e2d8e311b3450eabb1a61d5c59 (patch)
treeadb2fdfb8c57396de6eba92e8b69c6ae37a5b9c7 /mcs/tools
parent64ea10fbcd5e526cefcdcb98a60f041a638facfe (diff)
[aprofutil] Install the tool correctly (#16112)
It needed a few tweaks to be usable when Mono is installed to the prefix.
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/aprofutil/Makefile2
-rw-r--r--mcs/tools/aprofutil/aprofutil.csproj2
-rw-r--r--mcs/tools/aprofutil/aprofutil.exe.sources1
3 files changed, 3 insertions, 2 deletions
diff --git a/mcs/tools/aprofutil/Makefile b/mcs/tools/aprofutil/Makefile
index 46b47779c3c..13384952bc7 100644
--- a/mcs/tools/aprofutil/Makefile
+++ b/mcs/tools/aprofutil/Makefile
@@ -3,6 +3,6 @@ include ../../build/rules.make
PROGRAM = aprofutil.exe
-LIB_REFS = System System.Core Mono.Options Mono.Profiler.Log
+LIB_REFS = System System.Core Mono.Profiler.Log
include ../../build/executable.make
diff --git a/mcs/tools/aprofutil/aprofutil.csproj b/mcs/tools/aprofutil/aprofutil.csproj
index faa957543d6..c0817c30993 100644
--- a/mcs/tools/aprofutil/aprofutil.csproj
+++ b/mcs/tools/aprofutil/aprofutil.csproj
@@ -44,6 +44,7 @@
<!-- @BUILT_SOURCES@ -->
<!--Common files-->
<ItemGroup>
+ <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />
<Compile Include="Program.cs" />
</ItemGroup>
<!--End of common files-->
@@ -52,7 +53,6 @@
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
<ProjectReference Include="../../class/System/System.csproj" />
<ProjectReference Include="../../class/System.Core/System.Core.csproj" />
- <ProjectReference Include="../../class/Mono.Options/Mono.Options.csproj" />
<ProjectReference Include="../../class/Mono.Profiler.Log/Mono.Profiler.Log.csproj" />
</ItemGroup>
<!-- @ALL_REFERENCES@ -->
diff --git a/mcs/tools/aprofutil/aprofutil.exe.sources b/mcs/tools/aprofutil/aprofutil.exe.sources
index 48de7b53bdd..8a5699299bd 100644
--- a/mcs/tools/aprofutil/aprofutil.exe.sources
+++ b/mcs/tools/aprofutil/aprofutil.exe.sources
@@ -1 +1,2 @@
Program.cs
+../../class/Mono.Options/Mono.Options/Options.cs