|
25 | 25 | }
|
26 | 26 | }
|
27 | 27 | },
|
28 |
| - { |
29 |
| - "name": "vc6-profile", |
30 |
| - "displayName": "Windows 32bit VC6 Profile", |
31 |
| - "hidden": false, |
32 |
| - "inherits": "vc6", |
33 |
| - "cacheVariables": { |
34 |
| - "RTS_BUILD_OPTION_PROFILE": "ON" |
35 |
| - } |
36 |
| - }, |
37 | 28 | {
|
38 | 29 | "name": "vc6-internal",
|
39 | 30 | "displayName": "Windows 32bit VC6 Internal",
|
|
95 | 86 | }
|
96 | 87 | }
|
97 | 88 | },
|
98 |
| - { |
99 |
| - "name": "win32-profile", |
100 |
| - "inherits": "win32", |
101 |
| - "displayName": "Windows 32bit Profile", |
102 |
| - "cacheVariables": { |
103 |
| - "RTS_BUILD_OPTION_PROFILE": "ON" |
104 |
| - } |
105 |
| - }, |
106 | 89 | {
|
107 | 90 | "name": "win32-internal",
|
108 | 91 | "inherits": "win32",
|
|
137 | 120 | }
|
138 | 121 | }
|
139 | 122 | },
|
140 |
| - { |
141 |
| - "name": "win32-vcpkg-profile", |
142 |
| - "inherits": "win32-vcpkg", |
143 |
| - "displayName": "Windows 32bit VCPKG Profile", |
144 |
| - "cacheVariables": { |
145 |
| - "RTS_BUILD_OPTION_PROFILE": "ON" |
146 |
| - } |
147 |
| - }, |
148 | 123 | {
|
149 | 124 | "name": "win32-vcpkg-internal",
|
150 | 125 | "inherits": "win32-vcpkg",
|
|
181 | 156 | "displayName": "Build Windows 32bit VC6 Internal",
|
182 | 157 | "description": "Build Windows 32bit VC6 Internal"
|
183 | 158 | },
|
184 |
| - { |
185 |
| - "name": "vc6-profile", |
186 |
| - "configurePreset": "vc6-profile", |
187 |
| - "displayName": "Build Windows 32bit VC6 Profile", |
188 |
| - "description": "Build Windows 32bit VC6 Profile" |
189 |
| - }, |
190 | 159 | {
|
191 | 160 | "name": "vc6-debug",
|
192 | 161 | "configurePreset": "vc6-debug",
|
|
207 | 176 | "description": "Build Windows 32bit Internal",
|
208 | 177 | "configuration": "Release"
|
209 | 178 | },
|
210 |
| - { |
211 |
| - "name": "win32-profile", |
212 |
| - "configurePreset": "win32-profile", |
213 |
| - "displayName": "Build Windows 32bit Profile", |
214 |
| - "description": "Build Windows 32bit Profile", |
215 |
| - "configuration": "Release" |
216 |
| - }, |
217 | 179 | {
|
218 | 180 | "name": "win32-debug",
|
219 | 181 | "configurePreset": "win32-debug",
|
|
235 | 197 | "description": "Build Windows 32bit VCPKG Internal",
|
236 | 198 | "configuration": "Release"
|
237 | 199 | },
|
238 |
| - { |
239 |
| - "name": "win32-vcpkg-profile", |
240 |
| - "configurePreset": "win32-vcpkg-profile", |
241 |
| - "displayName": "Build Windows 32bit VCPKG Profile", |
242 |
| - "description": "Build Windows 32bit VCPKG Profile", |
243 |
| - "configuration": "Release" |
244 |
| - }, |
245 | 200 | {
|
246 | 201 | "name": "win32-vcpkg-debug",
|
247 | 202 | "configurePreset": "win32-vcpkg-debug",
|
|
297 | 252 | }
|
298 | 253 | ]
|
299 | 254 | },
|
300 |
| - { |
301 |
| - "name": "vc6-profile", |
302 |
| - "steps": [ |
303 |
| - { |
304 |
| - "type": "configure", |
305 |
| - "name": "vc6-profile" |
306 |
| - }, |
307 |
| - { |
308 |
| - "type": "build", |
309 |
| - "name": "vc6-profile" |
310 |
| - } |
311 |
| - ] |
312 |
| - }, |
313 | 255 | {
|
314 | 256 | "name": "win32",
|
315 | 257 | "steps": [
|
|
336 | 278 | }
|
337 | 279 | ]
|
338 | 280 | },
|
339 |
| - { |
340 |
| - "name": "win32-profile", |
341 |
| - "steps": [ |
342 |
| - { |
343 |
| - "type": "configure", |
344 |
| - "name": "win32-profile" |
345 |
| - }, |
346 |
| - { |
347 |
| - "type": "build", |
348 |
| - "name": "win32-profile" |
349 |
| - } |
350 |
| - ] |
351 |
| - }, |
352 | 281 | {
|
353 | 282 | "name": "win32-debug",
|
354 | 283 | "steps": [
|
|
388 | 317 | }
|
389 | 318 | ]
|
390 | 319 | },
|
391 |
| - { |
392 |
| - "name": "win32-vcpkg-profile", |
393 |
| - "steps": [ |
394 |
| - { |
395 |
| - "type": "configure", |
396 |
| - "name": "win32-vcpkg-profile" |
397 |
| - }, |
398 |
| - { |
399 |
| - "type": "build", |
400 |
| - "name": "win32-vcpkg-profile" |
401 |
| - } |
402 |
| - ] |
403 |
| - }, |
404 | 320 | {
|
405 | 321 | "name": "win32-vcpkg-debug",
|
406 | 322 | "steps": [
|
|
0 commit comments