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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-29 16:26:05 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-29 16:26:05 +0300
commit7ec24235351e271934392815c159323be740b817 (patch)
treef0aecff54e054d90ab712f5c5e5f1a96c60c4f19 /packaging/Windows
parent3dad276e2d252f48def88252c24131e48ff20713 (diff)
[packaging] Bundle the msvc compiled monograph.exe on Windows
Diffstat (limited to 'packaging/Windows')
-rwxr-xr-xpackaging/Windows/defs/mono5
-rwxr-xr-xpackaging/Windows/defs/mono645
2 files changed, 8 insertions, 2 deletions
diff --git a/packaging/Windows/defs/mono b/packaging/Windows/defs/mono
index e406a88a981..dbdb691f1b4 100755
--- a/packaging/Windows/defs/mono
+++ b/packaging/Windows/defs/mono
@@ -49,10 +49,13 @@ install()
${INSTALLDIR}/bin/mono \
${INSTALLDIR}/bin/pedump \
${INSTALLDIR}/bin/mono-package-runtime \
- ${INSTALLDIR}/bin/monodis*
+ ${INSTALLDIR}/bin/monodis* \
+ ${INSTALLDIR}/bin/monograph*
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 1b56d17fb6d..60a92e08b55 100755
--- a/packaging/Windows/defs/mono64
+++ b/packaging/Windows/defs/mono64
@@ -49,10 +49,13 @@ install()
${INSTALLDIR}/bin/mono \
${INSTALLDIR}/bin/pedump \
${INSTALLDIR}/bin/mono-package-runtime \
- ${INSTALLDIR}/bin/monodis*
+ ${INSTALLDIR}/bin/monodis* \
+ ${INSTALLDIR}/bin/monograph*
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/