Skip to content

Commit 974ed9f

Browse files
committed
Use monodis-sgen.exe as default monodis.exe
1 parent 5abffd8 commit 974ed9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

external/buildscripts/build_win_no_cygwin.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@
147147
if($ENV{MONODIS})
148148
{
149149
copy("$monoroot/msvc/build/sgen/$archNameForBuild/bin/$configDirName/monodis-sgen.exe", "$monoprefix/bin/.") or die ("failed copying monodis-sgen.exe\n");
150+
151+
# monodis-sgen as default monodis.exe
152+
copy("$monoroot/msvc/build/sgen/$archNameForBuild/bin/$configDirName/monodis-sgen.exe", "$monoprefix/bin/monodis.exe") or die ("failed copying monodis.exe\n");
150153
}
151154
152155
# sgen as default exe
@@ -236,6 +239,7 @@
236239
{
237240
copy("$monoprefix/bin/monodis-bdwgc.exe", "$distDirArchBin/.") or die ("failed copying monodis-bdwgc.exe\n");
238241
copy("$monoprefix/bin/monodis-sgen.exe", "$distDirArchBin/.") or die ("failed copying monodis-sgen.exe\n");
242+
copy("$monoprefix/bin/monodis.exe", "$distDirArchBin/.") or die ("failed copying monodis.exe\n");
239243
}
240244
copy("$monoprefix/bin/MonoPosixHelper.dll", "$distDirArchBin/.") or die ("failed copying MonoPosixHelper.dll\n");
241245
copy("$monoprefix/bin/MonoPosixHelper.pdb", "$distDirArchBin/.") or die ("failed copying MonoPosixHelper.pdb\n");

0 commit comments

Comments
 (0)