| 4103 | } |
| 4104 | |
| 4105 | bool BfSystem::HasTestProjects() |
| 4106 | { |
| 4107 | for (auto project : mProjects) |
| 4108 | if (project->mTargetType == BfTargetType_BeefTest) |
| 4109 | return true; |
| 4110 | return false; |
| 4111 | } |
| 4112 | |
| 4113 | bool BfSystem::IsCompatibleCallingConvention(BfCallingConvention callConvA, BfCallingConvention callConvB) |
| 4114 | { |