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

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

View File

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

View File

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

View File

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

View File

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