Moved JabyEngine Code to a Library folder
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user