This commit is contained in:
MrBesen 2021-11-12 15:33:18 +01:00
parent 3d16f98d95
commit 82804630b2
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"name": "Linux", "name": "Linux",
"includePath": [ "includePath": [
"${workspaceFolder}/src/", "${workspaceFolder}/src/",
"${workspaceFolder}/Log/", "${workspaceFolder}/thirdparty/Log/",
"${workspaceFolder}/src/**" "${workspaceFolder}/inc/**"
], ],
"defines": [], "defines": [],
"compilerPath": "/usr/bin/g++", "compilerPath": "/usr/bin/g++",

View File

@ -8,5 +8,7 @@ fi
find . -type f -exec sed -i "s#%NAME%#${1}#g" {} + find . -type f -exec sed -i "s#%NAME%#${1}#g" {} +
mkdir -p inc/
rm -i "$0" rm -i "$0"