From f6f02a456b92de6bdafb80d0bf428044f8217a75 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 8 Feb 2023 19:42:29 -0400 Subject: make, runtime: Start putting files, and functions in the right order --- obj_files.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'obj_files.mk') diff --git a/obj_files.mk b/obj_files.mk index c1ad2c8..085c6ed 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -7,11 +7,11 @@ O_FILES := $(BUILD_DIR)/src/main.o \ $(BUILD_DIR)/src/Runtime/global_destructor_chain.o \ $(BUILD_DIR)/src/Runtime/NMWException.o \ $(BUILD_DIR)/src/Runtime/ptmf.o \ - $(BUILD_DIR)/asm/Runtime/ExceptionPPC.o \ $(BUILD_DIR)/src/Runtime/runtime.o \ $(BUILD_DIR)/src/Runtime/__init_cpp_exceptions.o \ - $(BUILD_DIR)/src/Runtime/__mem.o \ + $(BUILD_DIR)/asm/Runtime/ExceptionPPC.o \ $(BUILD_DIR)/src/Dolphin/os/__start.o \ + $(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o \ $(BUILD_DIR)/src/Dolphin/PPCArch.o \ $(BUILD_DIR)/src/Dolphin/db.o \ $(BUILD_DIR)/src/Dolphin/os/OS.o \ @@ -35,7 +35,6 @@ O_FILES := $(BUILD_DIR)/src/main.o \ $(BUILD_DIR)/src/Dolphin/os/OSSync.o \ $(BUILD_DIR)/src/Dolphin/os/OSThread.o \ $(BUILD_DIR)/src/Dolphin/os/OSTime.o \ - $(BUILD_DIR)/src/Dolphin/os/__ppc_eabi_init.o \ $(BUILD_DIR)/src/Dolphin/mtx/mtx.o \ $(BUILD_DIR)/src/Dolphin/mtx/mtxvec.o \ $(BUILD_DIR)/src/Dolphin/mtx/mtx44.o \ @@ -150,4 +149,5 @@ O_FILES := $(BUILD_DIR)/src/main.o \ $(BUILD_DIR)/asm/OdemuExi2/DebuggerDriver.o \ $(BUILD_DIR)/asm/odenotstub/odenotstub.o \ $(BUILD_DIR)/asm/MSL_C.PPCEABI.bare.H/common_float_tables.o \ - $(BUILD_DIR)/asm/MSL_C.PPCEABI.bare.H/exponentialsf.o + $(BUILD_DIR)/asm/MSL_C.PPCEABI.bare.H/exponentialsf.o \ + $(BUILD_DIR)/src/Runtime/__mem.o -- cgit v1.2.3-13-gbd6f