Skip to content

Commit

Permalink
Makefile: Removed the objcopy line
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PQCraft committed Jul 28, 2023
1 parent 44069a5 commit 8bc1c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bc1c97

Please sign in to comment.