Use psxcdgen_ex under WSL and improve wslpath and makefiles
This commit is contained in:
14
template/JabyEngine-PSX_Game/assets/Makefile
Normal file
14
template/JabyEngine-PSX_Game/assets/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
include $(JABY_ENGINE_DIR)/lib/ExportPath.mk
|
||||
include $(JABY_ENGINE_DIR)/lib/RebuildTarget.mk
|
||||
|
||||
OUTPUT_DIR = bin
|
||||
|
||||
# Create build targets like
|
||||
# $(OUTPUT_DIR)/TexturePage.bin: TexturePage.png
|
||||
# @mkdir -p $(OUTPUT_DIR)
|
||||
# jaby_engine_fconv --lz4 $< -o $@ simple-tim clut4
|
||||
|
||||
all: #$(OUTPUT_DIR)/TexturePage.bin
|
||||
|
||||
clean:
|
||||
rm -fr $(OUTPUT_DIR)
|
Reference in New Issue
Block a user