|
35 | 35 | my $arch32 = 0; |
36 | 36 | my $winPerl = "perl"; |
37 | 37 | my $winMonoRoot = $monoroot; |
38 | | -my $msBuildVersion = "14.0"; |
39 | 38 | my $buildDeps = ""; |
40 | 39 | my $stevedoreBuildDeps=1; |
41 | 40 |
|
42 | | -if($ENV{YAMATO_PROJECT_ID} || ($ENV{USERNAME} eq "bokken")) |
43 | | -{ |
44 | | - $msBuildVersion = "15.0"; |
45 | | -} |
46 | | -
|
47 | 41 | print(">>> Build All Args = @ARGV\n"); |
48 | 42 |
|
49 | 43 | GetOptions( |
|
55 | 49 | 'existingmono=s'=>\$existingMonoRootPath, |
56 | 50 | 'winperl=s'=>\$winPerl, |
57 | 51 | 'winmonoroot=s'=>\$winMonoRoot, |
58 | | - 'msbuildversion=s'=>\$msBuildVersion, |
59 | 52 | 'checkoutonthefly=i'=>\$checkoutOnTheFly, |
60 | 53 | 'builddeps=s'=>\$buildDeps, |
61 | 54 | 'forcedefaultbuilddeps=i'=>\$forceDefaultBuildDeps, |
|
108 | 101 | print(">>> mono-build-deps is not required for windows runtime builds...\n"); |
109 | 102 | } |
110 | 103 |
|
111 | | - system("$winPerl", "$winMonoRoot/external/buildscripts/build_runtime_vs.pl", "--build=$build", "--arch32=$arch32", "--msbuildversion=$msBuildVersion", "--clean=$clean", "--debug=$debug", "--gc=bdwgc") eq 0 or die ('failed building mono bdwgc with VS\n'); |
112 | | - system("$winPerl", "$winMonoRoot/external/buildscripts/build_runtime_vs.pl", "--build=$build", "--arch32=$arch32", "--msbuildversion=$msBuildVersion", "--clean=$clean", "--debug=$debug", "--gc=sgen") eq 0 or die ('failed building mono sgen with VS\n'); |
| 104 | + system("$winPerl", "$winMonoRoot/external/buildscripts/build_runtime_vs.pl", "--build=$build", "--arch32=$arch32", "--clean=$clean", "--debug=$debug", "--gc=bdwgc") eq 0 or die ('failed building mono bdwgc with VS\n'); |
| 105 | + system("$winPerl", "$winMonoRoot/external/buildscripts/build_runtime_vs.pl", "--build=$build", "--arch32=$arch32", "--clean=$clean", "--debug=$debug", "--gc=sgen") eq 0 or die ('failed building mono sgen with VS\n'); |
113 | 106 |
|
114 | 107 | if (!(-d "$monoroot\\tmp")) |
115 | 108 | { |
|
0 commit comments