Moved JabyEngine Code to a Library folder

This commit is contained in:
Jaby
2022-07-10 11:36:33 +02:00
parent 37b6a88905
commit cc9ef221be
10 changed files with 13 additions and 13 deletions

View File

@@ -12,14 +12,14 @@
"type": "shell",
"command": "wsl make ${input:target} BUILD=${input:build}",
"options": {
"cwd": "Code"
"cwd": "Library/Code"
},
"problemMatcher": []
},
{
"label": "finalize",
"type": "shell",
"command": "FinalizeCD.bat ${input:finalize} JabyEngine Code\\iso",
"command": "FinalizeCD.bat ${input:finalize} JabyEngine Library\\Code",
"options": {
"env": {
"PATH": "../../Tools/;../../Tools/mkpsxiso;${env:PATH}"
@@ -46,7 +46,7 @@
"type": "shell",
"command": "wsl make ${input:target} BUILD=${input:build} USE_JABY_MAKE=true",
"options": {
"cwd": "Code"
"cwd": "Library/Code"
},
"group": {
"kind": "build",