Restored configs
This commit is contained in:
parent
f491d5179b
commit
360269e26c
2 changed files with 19 additions and 0 deletions
5
.clangd
Normal file
5
.clangd
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
CompileFlags:
|
||||||
|
Add: [
|
||||||
|
"--target=i686-w64-windows-gnu",
|
||||||
|
"-D_M_IX86"
|
||||||
|
]
|
||||||
14
.vscode/c_cpp_properties.json
vendored
Normal file
14
.vscode/c_cpp_properties.json
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Win32",
|
||||||
|
"compilerPath": "D:/MinGW/bin/g++.exe",
|
||||||
|
"intelliSenseMode": "windows-gcc-x64",
|
||||||
|
"includePath": [
|
||||||
|
"${workspaceFolder}/**"
|
||||||
|
],
|
||||||
|
"defines": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 4
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue