Commit dd030714b36c5928805de376ec06d5be02f76ba9
1 parent
19e2abad
Exists in
master
and in
1 other branch
Updating .gitignore
Showing
4 changed files
with
8 additions
and
4 deletions
Show diff stats
.gitignore
.vscode/c_cpp_properties.json
.vscode/tasks.json
... | ... | @@ -10,8 +10,10 @@ |
10 | 10 | "args": [ |
11 | 11 | "/favor:AMD64", |
12 | 12 | "/c", |
13 | - "/I","${workspaceFolder}/src/include", | |
14 | - "/I","${env:VCPKG_ROOT}/x64-windows/include", | |
13 | + "/EHsc", | |
14 | + "/I","${workspaceFolder}/client/src/include", | |
15 | + "/I","${workspaceFolder}/common/src/include", | |
16 | + "/I","C:/Program Files/pw3270/sdk/include", | |
15 | 17 | "/I","${env:VCPKG_ROOT}/x64-windows-static/include", |
16 | 18 | "${file}" |
17 | 19 | ], | ... | ... |