Use psxcdgen_ex under WSL and improve wslpath and makefiles

This commit is contained in:
Jaby
2023-08-25 05:15:23 +02:00
committed by Jaby
parent 1412a585ce
commit 3e42c59ba8
14 changed files with 113 additions and 70 deletions

14
lib/ISOTarget.mk Normal file
View File

@@ -0,0 +1,14 @@
include $(JABY_ENGINE_DIR)/lib/RebuildTarget.mk
CD_OUTPUT ?= $(ARTIFACT).bin
$(CD_OUTPUT): always
psxcdgen_ex --list $(ARTIFACT).lba -o $(ARTIFACT) psx bin-cue Config.xml
all: $(CD_OUTPUT)
clean:
rm -fr *.bin
rm -fr *.cue
rm -fr *.lba
always: ;