move JK* JS* TUs into JSystem folder

This commit is contained in:
unknown
2020-11-29 11:53:10 -05:00
parent 635fbc34ec
commit 27cc0f5aa8
7 changed files with 421 additions and 424 deletions
+3 -3
View File
@@ -421,12 +421,12 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/gf/GFLight.o \
$(BUILD_DIR)/asm/gf/GFPixel.o \
$(BUILD_DIR)/asm/gf/GFTev.o \
$(BUILD_DIR)/libs/JKernel/JKRHeap.o \
$(BUILD_DIR)/libs/JSystem/JKernel/JKRHeap.o \
$(BUILD_DIR)/asm/JKernel/JKRHeap.o \
$(BUILD_DIR)/asm/JKernel/JKRExpHeap.o \
$(BUILD_DIR)/asm/JKernel/JKRSolidHeap.o \
$(BUILD_DIR)/asm/JKernel/JKRAssertHeap.o \
$(BUILD_DIR)/libs/JKernel/JKRDisposer.o \
$(BUILD_DIR)/libs/JSystem/JKernel/JKRDisposer.o \
$(BUILD_DIR)/asm/JKernel/JKRDisposer.o \
$(BUILD_DIR)/asm/JKernel/JKRThread.o \
$(BUILD_DIR)/asm/JKernel/JKRAram.o \
@@ -449,7 +449,7 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/JKernel/JKRDvdAramRipper.o \
$(BUILD_DIR)/asm/JKernel/JKRDecomp.o \
$(BUILD_DIR)/asm/JSupport/JSUList.o \
$(BUILD_DIR)/libs/JSupport/JSUList.o \
$(BUILD_DIR)/libs/JSystem/JSupport/JSUList.o \
$(BUILD_DIR)/asm/JSupport/JSUInputStream.o \
$(BUILD_DIR)/asm/JSupport/JSUMemoryStream.o \
$(BUILD_DIR)/asm/JSupport/JSUFileStream.o \