X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e0ee3d449aacd33a84cb1f58961e55f9f06acb46..8fce4520de1f257819b16f9253fa28dcdae743f4:/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 10acdd8..a2de1fb 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -3,10 +3,16 @@ { "name": "OS-DEV", "includePath": [ - "${workspaceFolder}/includes/**" + "${workspaceFolder}/includes", + "${workspaceFolder}/includes/usr", + "${workspaceFolder}/usr/includes", + "${workspaceFolder}/arch/i386/includes", ], "compilerArgs": [ - "-ffreestanding" + "-ffreestanding", + "-D__ARCH__=i386", + "-D__LUNAIXOS_DEBUG__", + "-include flags.h" ], "defines": [], "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",