Final port to fastbuild.
Support update of game.dll separately Made some alias and stuff still remains the shader compiler to add to the solution. Solution is also generated by fbuild (nice)
This commit is contained in:
48
External/SDK/VisualStudio/VS2022.bff
vendored
48
External/SDK/VisualStudio/VS2022.bff
vendored
@@ -72,20 +72,20 @@ Compiler( 'Compiler-VS2022-x64' )
|
||||
{
|
||||
.Root = '$VS2022_ToolchainPath$/bin/Hostx64/x64'
|
||||
.Executable = '$Root$/cl.exe'
|
||||
.ExtraFiles = { '$Root$/c1.dll'
|
||||
.ExtraFiles = { '$Root$/c1.dll',
|
||||
'$Root$/c1xx.dll',
|
||||
'$Root$/c2.dll',
|
||||
'$Root$/msobj140.dll'
|
||||
'$Root$/mspdb140.dll'
|
||||
'$Root$/mspdbcore.dll'
|
||||
'$Root$/mspdbsrv.exe'
|
||||
'$Root$/mspft140.dll'
|
||||
'$Root$/msvcp140.dll'
|
||||
'$Root$/msvcp140_atomic_wait.dll' // Required circa 16.8.3 (14.28.29333)
|
||||
'$Root$/tbbmalloc.dll' // Required as of 16.2 (14.22.27905)
|
||||
'$Root$/vcruntime140.dll'
|
||||
'$Root$/vcruntime140_1.dll' // Required as of 16.5.1 (14.25.28610)
|
||||
'$Root$/1033/clui.dll'
|
||||
'$Root$/msobj140.dll',
|
||||
'$Root$/mspdb140.dll',
|
||||
'$Root$/mspdbcore.dll',
|
||||
'$Root$/mspdbsrv.exe',
|
||||
'$Root$/mspft140.dll',
|
||||
'$Root$/msvcp140.dll',
|
||||
'$Root$/msvcp140_atomic_wait.dll', // Required circa 16.8.3 (14.28.29333)
|
||||
'$Root$/tbbmalloc.dll', // Required as of 16.2 (14.22.27905)
|
||||
'$Root$/vcruntime140.dll',
|
||||
'$Root$/vcruntime140_1.dll', // Required as of 16.5.1 (14.25.28610)
|
||||
'$Root$/1033/clui.dll',
|
||||
'$Root$/1033/mspft140ui.dll' // Localized messages for static analysis
|
||||
}
|
||||
#if MSVC_DYNAMIC_DEOPT_AVAILABLE
|
||||
@@ -103,20 +103,20 @@ Compiler( 'Compiler-VS2022-ARM64' )
|
||||
{
|
||||
.Root = '$VS2022_ToolchainPath$/bin/Hostx64/arm64'
|
||||
.Executable = '$Root$/cl.exe'
|
||||
.ExtraFiles = { '$Root$/c1.dll'
|
||||
.ExtraFiles = { '$Root$/c1.dll',
|
||||
'$Root$/c1xx.dll',
|
||||
'$Root$/c2.dll',
|
||||
'$Root$/msobj140.dll'
|
||||
'$Root$/mspdb140.dll'
|
||||
'$Root$/mspdbcore.dll'
|
||||
'$Root$/mspdbsrv.exe'
|
||||
'$Root$/mspft140.dll'
|
||||
'$Root$/msvcp140.dll'
|
||||
'$Root$/msvcp140_atomic_wait.dll' // Required circa 16.8.3 (14.28.29333)
|
||||
'$Root$/tbbmalloc.dll' // Required as of 16.2 (14.22.27905)
|
||||
'$Root$/vcruntime140.dll'
|
||||
'$Root$/vcruntime140_1.dll' // Required as of 16.5.1 (14.25.28610)
|
||||
'$Root$/1033/clui.dll'
|
||||
'$Root$/msobj140.dll',
|
||||
'$Root$/mspdb140.dll',
|
||||
'$Root$/mspdbcore.dll',
|
||||
'$Root$/mspdbsrv.exe',
|
||||
'$Root$/mspft140.dll',
|
||||
'$Root$/msvcp140.dll',
|
||||
'$Root$/msvcp140_atomic_wait.dll', // Required circa 16.8.3 (14.28.29333)
|
||||
'$Root$/tbbmalloc.dll', // Required as of 16.2 (14.22.27905)
|
||||
'$Root$/vcruntime140.dll',
|
||||
'$Root$/vcruntime140_1.dll', // Required as of 16.5.1 (14.25.28610)
|
||||
'$Root$/1033/clui.dll',
|
||||
'$Root$/1033/mspft140ui.dll' // Localized messages for static analysis
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user