Moved JabyEngine Code to a Library folder

This commit is contained in:
jaby 2022-07-10 11:36:33 +02:00
parent 977d853768
commit 3dec561262
10 changed files with 13 additions and 13 deletions

View File

@ -1,6 +0,0 @@
{
"Output":"Code/bin/GlobalLBATable.bin",
"Input":"Code/iso/Info/JabyEngine.lba",
"Order": [
]
}

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",

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,6 @@
{
"Output":"Library/Code/bin/GlobalLBATable.bin",
"Input":"Library/Code/iso/Info/JabyEngine.lba",
"Order": [
]
}