|
63 | 63 | "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/mingw-w64-x86_64.cmake", |
64 | 64 | "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", |
65 | 65 | "CMAKE_BUILD_TYPE": "Release" |
| 66 | + }, |
| 67 | + "vendor": { |
| 68 | + "jetbrains.com/clion": { |
| 69 | + "toolchain": "Visual Studio 6" |
| 70 | + } |
| 71 | + } |
| 72 | + }, |
| 73 | + { |
| 74 | + "name": "vc6prof", |
| 75 | + "displayName": "Build Profiling Binaries with NMake", |
| 76 | + "hidden": false, |
| 77 | + "inherits": "vc6", |
| 78 | + "cacheVariables": { |
| 79 | + "GENZH_BUILD_PROFILE": "ON" |
| 80 | + } |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "vc6int", |
| 84 | + "displayName": "Build Internal Binaries with NMake", |
| 85 | + "inherits": "vc6", |
| 86 | + "cacheVariables": { |
| 87 | + "GENZH_BUILD_INTERNAL": "ON" |
| 88 | + } |
| 89 | + }, |
| 90 | + { |
| 91 | + "name": "vc6dbg", |
| 92 | + "displayName": "Build Debug Binaries with NMake", |
| 93 | + "hidden": false, |
| 94 | + "inherits": "vc6", |
| 95 | + "cacheVariables": { |
| 96 | + "CMAKE_BUILD_TYPE": "Debug", |
| 97 | + "GENZH_BUILD_DEBUG": "ON" |
66 | 98 | } |
67 | 99 | }, |
68 | 100 | { |
|
186 | 218 | "configurePreset": "mingw64", |
187 | 219 | "jobs": 8 |
188 | 220 | }, |
| 221 | + { |
| 222 | + "name": "win32int", |
| 223 | + "configurePreset": "win32int", |
| 224 | + "displayName": "Build Windows Internal build", |
| 225 | + "description": "Build Windows Internal build", |
| 226 | + "configuration": "Release" |
| 227 | + }, |
| 228 | + { |
| 229 | + "name": "win32prof", |
| 230 | + "configurePreset": "win32prof", |
| 231 | + "displayName": "Build Windows Profiling build", |
| 232 | + "description": "Build Windows Profiling build", |
| 233 | + "configuration": "Release" |
| 234 | + }, |
| 235 | + { |
| 236 | + "name": "win32dbg", |
| 237 | + "configurePreset": "win32dbg", |
| 238 | + "displayName": "Build Windows Debug build", |
| 239 | + "description": "Build Windows Debug build", |
| 240 | + "configuration": "Debug" |
| 241 | + }, |
189 | 242 | { |
190 | 243 | "name": "unix", |
191 | 244 | "configurePreset": "unix", |
|
0 commit comments