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:
authorJo Shields <joshield@microsoft.com>2019-03-27 22:45:06 +0300
committerJo Shields <joshield@microsoft.com>2019-03-27 22:45:06 +0300
commit38fdb39cacf4542243d77f1adb68402c5358c262 (patch)
tree749f060782cf2e9ae9a16bc87c36842388c156e8 /packaging
parent77cf4cc4f881a96cf4dda2837644e51c33566def (diff)
Delete monograph. Closes https://github.com/mono/mono/issues/7845
Diffstat (limited to 'packaging')
-rw-r--r--packaging/MacSDK/packaging/resources/whitelist.txt1
-rwxr-xr-xpackaging/Windows/defs/mono5
-rwxr-xr-xpackaging/Windows/defs/mono645
3 files changed, 2 insertions, 9 deletions
diff --git a/packaging/MacSDK/packaging/resources/whitelist.txt b/packaging/MacSDK/packaging/resources/whitelist.txt
index ff9d58253e3..7dab6df01fa 100644
--- a/packaging/MacSDK/packaging/resources/whitelist.txt
+++ b/packaging/MacSDK/packaging/resources/whitelist.txt
@@ -87,7 +87,6 @@ monodocs2slashdoc
mono-find-provides
mono-find-requires
mono-gdb.py
-monograph
mono-heapviz
monolinker
monop
diff --git a/packaging/Windows/defs/mono b/packaging/Windows/defs/mono
index 36f11ab14e9..8aff3d50cbe 100755
--- a/packaging/Windows/defs/mono
+++ b/packaging/Windows/defs/mono
@@ -49,13 +49,10 @@ install()
${INSTALLDIR}/bin/mono \
${INSTALLDIR}/bin/pedump \
${INSTALLDIR}/bin/mono-package-runtime \
- ${INSTALLDIR}/bin/monodis* \
- ${INSTALLDIR}/bin/monograph*
+ ${INSTALLDIR}/bin/monodis*
pushd ${REPODIR}
cp -a msvc/build/sgen/Win32/bin/Release/monodis-sgen.exe ${INSTALLDIR}/bin/monodis.exe
cp -a msvc/build/sgen/Win32/bin/Release/monodis-sgen.pdb ${INSTALLDIR}/bin/monodis.pdb
- cp -a msvc/build/sgen/Win32/bin/Release/monograph-sgen.exe ${INSTALLDIR}/bin/monograph.exe
- cp -a msvc/build/sgen/Win32/bin/Release/monograph-sgen.pdb ${INSTALLDIR}/bin/monograph.pdb
cp -a msvc/build/sgen/Win32/bin/Release/mono-sgen.exe ${INSTALLDIR}/bin/
cp -a msvc/build/sgen/Win32/bin/Release/mono-sgen.pdb ${INSTALLDIR}/bin/
cp -a msvc/build/sgen/Win32/bin/Release/mono-2.0-sgen.dll ${INSTALLDIR}/bin/
diff --git a/packaging/Windows/defs/mono64 b/packaging/Windows/defs/mono64
index 53f8d39cf00..a4c510a4e84 100755
--- a/packaging/Windows/defs/mono64
+++ b/packaging/Windows/defs/mono64
@@ -49,13 +49,10 @@ install()
${INSTALLDIR}/bin/mono \
${INSTALLDIR}/bin/pedump \
${INSTALLDIR}/bin/mono-package-runtime \
- ${INSTALLDIR}/bin/monodis* \
- ${INSTALLDIR}/bin/monograph*
+ ${INSTALLDIR}/bin/monodis*
pushd ${REPODIR}
cp -a msvc/build/sgen/x64/bin/Release/monodis-sgen.exe ${INSTALLDIR}/bin/monodis.exe
cp -a msvc/build/sgen/x64/bin/Release/monodis-sgen.pdb ${INSTALLDIR}/bin/monodis.pdb
- cp -a msvc/build/sgen/x64/bin/Release/monograph-sgen.exe ${INSTALLDIR}/bin/monograph.exe
- cp -a msvc/build/sgen/x64/bin/Release/monograph-sgen.pdb ${INSTALLDIR}/bin/monograph.pdb
cp -a msvc/build/sgen/x64/bin/Release/mono-sgen.exe ${INSTALLDIR}/bin/
cp -a msvc/build/sgen/x64/bin/Release/mono-sgen.pdb ${INSTALLDIR}/bin/
cp -a msvc/build/sgen/x64/bin/Release/mono-2.0-sgen.dll ${INSTALLDIR}/bin/