From 8bc1c97ef9b97287eb5c01a86e8d5f9d2947e72b Mon Sep 17 00:00:00 2001 From: PQCraft <0456523@gmail.com> Date: Fri, 21 Jul 2023 16:27:59 -0400 Subject: [PATCH] Makefile: Removed the objcopy line I no longer use NXDK's Makefile to build the XBE so I reverted this change. I now only use the NXDK Makefile to build the tools and libs. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 648caf7a0..58cfc69f6 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,6 @@ else main.exe: $(OBJS) $(NXDK_DIR)/lib/xboxkrnl/libxboxkrnl.lib @echo "[ LD ] $@" $(VE) $(LD) $(NXDK_LDFLAGS) $(LDFLAGS) -out:'$@' $^ - $(VE) objcopy --rename-section 'XTIMAGE=$$$$XTIMAGE' --rename-section 'XSIMAGE=$$$$XSIMAGE' $@ || exit 0 endif %.lib: