|
158 | 158 | { |
159 | 159 | "name": "Durango", |
160 | 160 | "cacheVariables": { |
161 | | - "XBOX_CONSOLE_TARGET": "durango", |
162 | | - "BUILD_TESTING": false |
| 161 | + "XBOX_CONSOLE_TARGET": "durango" |
163 | 162 | }, |
164 | 163 | "hidden": true |
165 | 164 | }, |
|
321 | 320 | { "name": "x64-Debug-GDK-Clang" , "description": "Clang/LLVM for x64 (Debug) with Microsoft GDK", "inherits": [ "base", "x64", "Debug", "Clang", "GDK" ] }, |
322 | 321 | { "name": "x64-Release-GDK-Clang" , "description": "Clang/LLVM for x64 (Release) with Microsoft GDK", "inherits": [ "base", "x64", "Release", "Clang", "GDK" ] }, |
323 | 322 |
|
324 | | - { "name": "x64-Debug-MinGW" , "description": "MinG-W64 (Debug)", "inherits": [ "base", "x64", "Debug", "GNUC", "VCPKG", "MinGW64", "XAudio2Redist" ] }, |
325 | | - { "name": "x64-Release-MinGW", "description": "MinG-W64 (Release)", "inherits": [ "base", "x64", "Release", "GNUC", "VCPKG", "MinGW64", "XAudio2Redist" ] }, |
326 | | - { "name": "x86-Debug-MinGW" , "description": "MinG-W32 (Debug)", "inherits": [ "base", "x86", "Debug", "GNUC", "VCPKG", "MinGW32", "XAudio2Redist" ] }, |
327 | | - { "name": "x86-Release-MinGW", "description": "MinG-W32 (Release)", "inherits": [ "base", "x86", "Release", "GNUC", "VCPKG", "MinGW32", "XAudio2Redist" ] }, |
| 323 | + { "name": "x64-Debug-MinGW" , "description": "MinG-W64 (Debug)", "inherits": [ "base", "x64", "Debug", "GNUC", "VCPKG", "XAudio2Redist", "MinGW64" ] }, |
| 324 | + { "name": "x64-Release-MinGW", "description": "MinG-W64 (Release)", "inherits": [ "base", "x64", "Release", "GNUC", "VCPKG", "XAudio2Redist", "MinGW64" ] }, |
| 325 | + { "name": "x86-Debug-MinGW" , "description": "MinG-W32 (Debug)", "inherits": [ "base", "x86", "Debug", "GNUC", "VCPKG", "XAudio2Redist", "MinGW32" ] }, |
| 326 | + { "name": "x86-Release-MinGW", "description": "MinG-W32 (Release)", "inherits": [ "base", "x86", "Release", "GNUC", "VCPKG", "XAudio2Redist", "MinGW32" ] }, |
328 | 327 |
|
329 | 328 | { "name": "x64-Debug-ICC" , "description": "Intel Classic Compiler (Debug) for Windows 8", "inherits": [ "base", "x64", "Debug", "Intel" ] }, |
330 | 329 | { "name": "x64-Release-ICC" , "description": "Intel Classic Compiler (Release) for Windows 8", "inherits": [ "base", "x64", "Release", "Intel" ] }, |
|
354 | 353 | { "name": "x86-Debug-Redist" , "configurePreset": "x86-Debug-Redist" }, |
355 | 354 | { "name": "x86-Release-Redist" , "configurePreset": "x86-Release-Redist" }, |
356 | 355 |
|
| 356 | + { "name": "x64-Debug-VCPKG" , "configurePreset": "x64-Debug-VCPKG" }, |
| 357 | + { "name": "x64-Release-VCPKG" , "configurePreset": "x64-Release-VCPKG" }, |
| 358 | + |
357 | 359 | { "name": "x64-Debug-Clang" , "configurePreset": "x64-Debug-Clang" }, |
358 | 360 | { "name": "x64-Release-Clang" , "configurePreset": "x64-Release-Clang" }, |
359 | 361 | { "name": "x86-Debug-Clang" , "configurePreset": "x86-Debug-Clang" }, |
|
0 commit comments