if(Execute(link) == 0) { CustomStep(".post-link"); if(HasFlag("MSC8")) { String mt("mt -nologo -manifest "); mt << GetHostPathQ(target) << ".manifest -outputresource:" << GetHostPathQ(target) << (HasFlag("DLL") ? ";2" : ";1"); Execute(mt); }
if(Execute(link) == 0) { CustomStep(".post-link"); if(HasFlag("MSC8") && HasFlag("SHARED")) { String mt("mt -nologo -manifest "); mt << GetHostPathQ(target) << ".manifest -outputresource:" << GetHostPathQ(target) << (HasFlag("DLL") ? ";2" : ";1"); Execute(mt); }
Report message to a moderator