mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
Fixes an issue on macOS Mojave that was patched in fa1c281e79.
The list of changes can be found under
build/premake/premake5/CHANGES.txt.
This was SVN commit r22021.
26 lines
530 B
Lua
26 lines
530 B
Lua
return {
|
|
"_preload.lua",
|
|
"vstudio.lua",
|
|
"vs2005.lua",
|
|
"vs2008.lua",
|
|
"vs200x_vcproj.lua",
|
|
"vs200x_vcproj_user.lua",
|
|
"vs2005_solution.lua",
|
|
"vs2005_dotnetbase.lua",
|
|
"vs2005_csproj.lua",
|
|
"vs2005_csproj_user.lua",
|
|
"vs2005_fsproj.lua",
|
|
"vs2005_fsproj_user.lua",
|
|
"vs2010.lua",
|
|
"vs2010_nuget.lua",
|
|
"vs2010_vcxproj.lua",
|
|
"vs2010_vcxproj_user.lua",
|
|
"vs2010_vcxproj_filters.lua",
|
|
"vs2010_rules_props.lua",
|
|
"vs2010_rules_targets.lua",
|
|
"vs2010_rules_xml.lua",
|
|
"vs2012.lua",
|
|
"vs2013.lua",
|
|
"vs2015.lua",
|
|
"vs2017.lua",
|
|
}
|