|
7 | 7 | "label": "vcpkg-x64-windows-release", |
8 | 8 | "type": "shell", |
9 | 9 | "windows": { |
10 | | - "command": "${workspaceFolder}\\make_vcpkg.bat" |
| 10 | + "command": "${workspaceFolder}\\make.bat" |
11 | 11 | }, |
12 | 12 | "options": { |
13 | 13 | "env": { |
|
27 | 27 | }, |
28 | 28 | "problemMatcher": [ |
29 | 29 | "$msCompile" |
30 | | - ] |
| 30 | + ] |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "label": "vcpkg-x64-windows-debug", |
34 | 34 | "type": "shell", |
35 | 35 | "windows": { |
36 | | - "command": "${workspaceFolder}\\make_vcpkg.bat" |
| 36 | + "command": "${workspaceFolder}\\make.bat" |
37 | 37 | }, |
38 | 38 | "options": { |
39 | 39 | "env": { |
|
51 | 51 | "reveal": "always", |
52 | 52 | "panel": "new" |
53 | 53 | }, |
54 | | - "problemMatcher": [ |
55 | | - "$msCompile" |
56 | | - ] |
57 | | - }, |
58 | | - { |
59 | | - "label": "pdalc-vc15-release", |
60 | | - "type": "shell", |
61 | | - "windows": { |
62 | | - "command": "${workspaceFolder}\\make.bat" |
63 | | - }, |
64 | | - "options": { |
65 | | - "env": { |
66 | | - "BUILD_TYPE": "Release", |
67 | | - "COMPILER_ID": "vc.15", |
68 | | - "OSGEO4W_ROOT": "C:\\OSGeo4W64", |
69 | | - "GENERATOR": "Visual Studio 15 2017 Win64", |
70 | | - } |
71 | | - }, |
72 | | - "group": { |
73 | | - "kind": "build", |
74 | | - "isDefault": true |
75 | | - }, |
76 | | - "presentation": { |
77 | | - "reveal": "always", |
78 | | - "panel": "new" |
79 | | - }, |
80 | | - "problemMatcher": [ |
81 | | - "$msCompile" |
82 | | - ] |
83 | | - }, |
84 | | - { |
85 | | - "label": "pdalc-vc15-debug", |
86 | | - "type": "shell", |
87 | | - "windows": { |
88 | | - "command": "${workspaceFolder}\\make.bat" |
89 | | - }, |
90 | | - "options": { |
91 | | - "env": { |
92 | | - "BUILD_TYPE": "Debug", |
93 | | - "COMPILER_ID": "vc.15", |
94 | | - "OSGEO4W_ROOT": "C:\\OSGeo4W64", |
95 | | - "GENERATOR": "Visual Studio 15 2017 Win64", |
96 | | - } |
97 | | - }, |
98 | | - "group": { |
99 | | - "kind": "build", |
100 | | - "isDefault": true |
101 | | - }, |
102 | | - "presentation": { |
103 | | - "reveal": "always", |
104 | | - "panel": "new" |
105 | | - }, |
106 | | - "problemMatcher": [ |
107 | | - "$msCompile" |
108 | | - ] |
109 | | - }, |
110 | | - { |
111 | | - "label": "pdalc-vc14-release", |
112 | | - "type": "shell", |
113 | | - "windows": { |
114 | | - "command": "${workspaceFolder}\\make.bat" |
115 | | - }, |
116 | | - "options": { |
117 | | - "env": { |
118 | | - "BUILD_TYPE": "Release", |
119 | | - "COMPILER_ID": "vc.14", |
120 | | - "OSGEO4W_ROOT": "C:\\OSGeo4W64", |
121 | | - "GENERATOR": "Visual Studio 14 2015 Win64", |
122 | | - } |
123 | | - }, |
124 | | - "group": { |
125 | | - "kind": "build", |
126 | | - "isDefault": true |
127 | | - }, |
128 | | - "presentation": { |
129 | | - "reveal": "always", |
130 | | - "panel": "new" |
131 | | - }, |
132 | | - "problemMatcher": [ |
133 | | - "$msCompile" |
134 | | - ] |
135 | | - }, |
136 | | - { |
137 | | - "label": "pdalc-vc14-debug", |
138 | | - "type": "shell", |
139 | | - "windows": { |
140 | | - "command": "${workspaceFolder}\\make.bat" |
141 | | - }, |
142 | | - "options": { |
143 | | - "env": { |
144 | | - "BUILD_TYPE": "Debug", |
145 | | - "COMPILER_ID": "vc.14", |
146 | | - "OSGEO4W_ROOT": "C:\\OSGeo4W64", |
147 | | - "GENERATOR": "Visual Studio 14 2015 Win64", |
148 | | - } |
149 | | - }, |
150 | | - "group": { |
151 | | - "kind": "build", |
152 | | - "isDefault": true |
153 | | - }, |
154 | | - "presentation": { |
155 | | - "reveal": "always", |
156 | | - "panel": "new" |
157 | | - }, |
158 | 54 | "problemMatcher": [ |
159 | 55 | "$msCompile" |
160 | 56 | ] |
|
0 commit comments