|
34 | 34 | "RTS_BUILD_OPTION_PROFILE": "ON"
|
35 | 35 | }
|
36 | 36 | },
|
37 |
| - { |
38 |
| - "name": "vc6-internal", |
39 |
| - "displayName": "Windows 32bit VC6 Internal", |
40 |
| - "inherits": "vc6", |
41 |
| - "cacheVariables": { |
42 |
| - "RTS_BUILD_OPTION_INTERNAL": "ON" |
43 |
| - } |
44 |
| - }, |
45 | 37 | {
|
46 | 38 | "name": "vc6-debug",
|
47 | 39 | "displayName": "Windows 32bit VC6 Debug",
|
|
103 | 95 | "RTS_BUILD_OPTION_PROFILE": "ON"
|
104 | 96 | }
|
105 | 97 | },
|
106 |
| - { |
107 |
| - "name": "win32-internal", |
108 |
| - "inherits": "win32", |
109 |
| - "displayName": "Windows 32bit Internal", |
110 |
| - "cacheVariables": { |
111 |
| - "RTS_BUILD_OPTION_INTERNAL": "ON" |
112 |
| - } |
113 |
| - }, |
114 | 98 | {
|
115 | 99 | "name": "win32-debug",
|
116 | 100 | "inherits": "win32",
|
|
145 | 129 | "RTS_BUILD_OPTION_PROFILE": "ON"
|
146 | 130 | }
|
147 | 131 | },
|
148 |
| - { |
149 |
| - "name": "win32-vcpkg-internal", |
150 |
| - "inherits": "win32-vcpkg", |
151 |
| - "displayName": "Windows 32bit VCPKG Internal", |
152 |
| - "cacheVariables": { |
153 |
| - "RTS_BUILD_OPTION_INTERNAL": "ON" |
154 |
| - } |
155 |
| - }, |
156 | 132 | {
|
157 | 133 | "name": "win32-vcpkg-debug",
|
158 | 134 | "inherits": "win32-vcpkg",
|
|
175 | 151 | "displayName": "Build Windows 32bit VC6 Release",
|
176 | 152 | "description": "Build Windows 32bit VC6 Release"
|
177 | 153 | },
|
178 |
| - { |
179 |
| - "name": "vc6-internal", |
180 |
| - "configurePreset": "vc6-internal", |
181 |
| - "displayName": "Build Windows 32bit VC6 Internal", |
182 |
| - "description": "Build Windows 32bit VC6 Internal" |
183 |
| - }, |
184 | 154 | {
|
185 | 155 | "name": "vc6-profile",
|
186 | 156 | "configurePreset": "vc6-profile",
|
|
200 | 170 | "description": "Build Windows 32bit Release",
|
201 | 171 | "configuration": "Release"
|
202 | 172 | },
|
203 |
| - { |
204 |
| - "name": "win32-internal", |
205 |
| - "configurePreset": "win32-internal", |
206 |
| - "displayName": "Build Windows 32bit Internal", |
207 |
| - "description": "Build Windows 32bit Internal", |
208 |
| - "configuration": "Release" |
209 |
| - }, |
210 | 173 | {
|
211 | 174 | "name": "win32-profile",
|
212 | 175 | "configurePreset": "win32-profile",
|
|
228 | 191 | "description": "Build Windows 32bit VCPKG Release",
|
229 | 192 | "configuration": "Release"
|
230 | 193 | },
|
231 |
| - { |
232 |
| - "name": "win32-vcpkg-internal", |
233 |
| - "configurePreset": "win32-vcpkg-internal", |
234 |
| - "displayName": "Build Windows 32bit VCPKG Internal", |
235 |
| - "description": "Build Windows 32bit VCPKG Internal", |
236 |
| - "configuration": "Release" |
237 |
| - }, |
238 | 194 | {
|
239 | 195 | "name": "win32-vcpkg-profile",
|
240 | 196 | "configurePreset": "win32-vcpkg-profile",
|
|
284 | 240 | }
|
285 | 241 | ]
|
286 | 242 | },
|
287 |
| - { |
288 |
| - "name": "vc6-internal", |
289 |
| - "steps": [ |
290 |
| - { |
291 |
| - "type": "configure", |
292 |
| - "name": "vc6-internal" |
293 |
| - }, |
294 |
| - { |
295 |
| - "type": "build", |
296 |
| - "name": "vc6-internal" |
297 |
| - } |
298 |
| - ] |
299 |
| - }, |
300 | 243 | {
|
301 | 244 | "name": "vc6-profile",
|
302 | 245 | "steps": [
|
|
323 | 266 | }
|
324 | 267 | ]
|
325 | 268 | },
|
326 |
| - { |
327 |
| - "name": "win32-internal", |
328 |
| - "steps": [ |
329 |
| - { |
330 |
| - "type": "configure", |
331 |
| - "name": "win32-internal" |
332 |
| - }, |
333 |
| - { |
334 |
| - "type": "build", |
335 |
| - "name": "win32-internal" |
336 |
| - } |
337 |
| - ] |
338 |
| - }, |
339 | 269 | {
|
340 | 270 | "name": "win32-profile",
|
341 | 271 | "steps": [
|
|
375 | 305 | }
|
376 | 306 | ]
|
377 | 307 | },
|
378 |
| - { |
379 |
| - "name": "win32-vcpkg-internal", |
380 |
| - "steps": [ |
381 |
| - { |
382 |
| - "type": "configure", |
383 |
| - "name": "win32-vcpkg-internal" |
384 |
| - }, |
385 |
| - { |
386 |
| - "type": "build", |
387 |
| - "name": "win32-vcpkg-internal" |
388 |
| - } |
389 |
| - ] |
390 |
| - }, |
391 | 308 | {
|
392 | 309 | "name": "win32-vcpkg-profile",
|
393 | 310 | "steps": [
|
|
0 commit comments