git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update project struct & readme
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
c_cpp_properties.json
diff --git
a/lunaix-os/.vscode/c_cpp_properties.json
b/lunaix-os/.vscode/c_cpp_properties.json
index 10acdd8538f3f7df731520218f0314c8b35480d3..f069ef530f2cc6381e4587e4e6e57e7a662c32b4 100644
(file)
--- a/
lunaix-os/.vscode/c_cpp_properties.json
+++ b/
lunaix-os/.vscode/c_cpp_properties.json
@@
-6,12
+6,15
@@
"${workspaceFolder}/includes/**"
],
"compilerArgs": [
"${workspaceFolder}/includes/**"
],
"compilerArgs": [
- "-ffreestanding"
+ "-ffreestanding",
+ "-D__ARCH_IA32",
+ "-D__LUNAIXOS_DEBUG__"
],
"defines": [],
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
"cStandard": "gnu99",
],
"defines": [],
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
"cStandard": "gnu99",
- "intelliSenseMode": "gcc-x86"
+ "intelliSenseMode": "gcc-x86",
+ "configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}
],
"version": 4