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",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
BINDIR ?= bin/
|
||||
PCSX_REDUX ?= ../../../GIT/pcsx-redux/src/mips
|
||||
PSYQ_PATH ?= ../../../PSYQ/Converted
|
||||
PCSX_REDUX ?= ../../../../GIT/pcsx-redux/src/mips
|
||||
PSYQ_PATH ?= ../../../../PSYQ/Converted
|
||||
TARGET = JabyEngine
|
||||
TYPE = ps-exe
|
||||
BUILD = Release
|
|
@ -12,8 +12,8 @@
|
|||
/>
|
||||
<license file="../../PSYQ/psyq/cdgen/LCNSFILE/LICENSEE.DAT"/>
|
||||
<directory_tree>
|
||||
<file name="SYSTEM.CNF" type="data" source="Code/iso/JabyEngine.cnf"/>
|
||||
<file name="SCES_003.90" type="data" source="Code/bin/PSX-release/JabyEngine.psexe"/>
|
||||
<file name="SYSTEM.CNF" type="data" source="Library/Code/iso/JabyEngine.cnf"/>
|
||||
<file name="SCES_003.90" type="data" source="Library/Code/bin/PSX-release/JabyEngine.psexe"/>
|
||||
|
||||
<dummy sectors="1024"/>
|
||||
</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