Moved JabyEngine Code to a Library folder
This commit is contained in:
parent
977d853768
commit
3dec561262
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"Output":"Code/bin/GlobalLBATable.bin",
|
|
||||||
"Input":"Code/iso/Info/JabyEngine.lba",
|
|
||||||
"Order": [
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -12,14 +12,14 @@
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "wsl make ${input:target} BUILD=${input:build}",
|
"command": "wsl make ${input:target} BUILD=${input:build}",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "Code"
|
"cwd": "Library/Code"
|
||||||
},
|
},
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "finalize",
|
"label": "finalize",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "FinalizeCD.bat ${input:finalize} JabyEngine Code\\iso",
|
"command": "FinalizeCD.bat ${input:finalize} JabyEngine Library\\Code",
|
||||||
"options": {
|
"options": {
|
||||||
"env": {
|
"env": {
|
||||||
"PATH": "../../Tools/;../../Tools/mkpsxiso;${env:PATH}"
|
"PATH": "../../Tools/;../../Tools/mkpsxiso;${env:PATH}"
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "wsl make ${input:target} BUILD=${input:build} USE_JABY_MAKE=true",
|
"command": "wsl make ${input:target} BUILD=${input:build} USE_JABY_MAKE=true",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "Code"
|
"cwd": "Library/Code"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
BINDIR ?= bin/
|
BINDIR ?= bin/
|
||||||
PCSX_REDUX ?= ../../../GIT/pcsx-redux/src/mips
|
PCSX_REDUX ?= ../../../../GIT/pcsx-redux/src/mips
|
||||||
PSYQ_PATH ?= ../../../PSYQ/Converted
|
PSYQ_PATH ?= ../../../../PSYQ/Converted
|
||||||
TARGET = JabyEngine
|
TARGET = JabyEngine
|
||||||
TYPE = ps-exe
|
TYPE = ps-exe
|
||||||
BUILD = Release
|
BUILD = Release
|
|
@ -12,8 +12,8 @@
|
||||||
/>
|
/>
|
||||||
<license file="../../PSYQ/psyq/cdgen/LCNSFILE/LICENSEE.DAT"/>
|
<license file="../../PSYQ/psyq/cdgen/LCNSFILE/LICENSEE.DAT"/>
|
||||||
<directory_tree>
|
<directory_tree>
|
||||||
<file name="SYSTEM.CNF" type="data" source="Code/iso/JabyEngine.cnf"/>
|
<file name="SYSTEM.CNF" type="data" source="Library/Code/iso/JabyEngine.cnf"/>
|
||||||
<file name="SCES_003.90" type="data" source="Code/bin/PSX-release/JabyEngine.psexe"/>
|
<file name="SCES_003.90" type="data" source="Library/Code/bin/PSX-release/JabyEngine.psexe"/>
|
||||||
|
|
||||||
<dummy sectors="1024"/>
|
<dummy sectors="1024"/>
|
||||||
</directory_tree>
|
</directory_tree>
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"Output":"Library/Code/bin/GlobalLBATable.bin",
|
||||||
|
"Input":"Library/Code/iso/Info/JabyEngine.lba",
|
||||||
|
"Order": [
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue