Skip to content

Commit

Permalink
xboxrt: Move C runtime functions
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor committed Aug 28, 2019
1 parent 3fe3706 commit 792ee00
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ SRCS += \
$(shell find $(NXDK_DIR)/lib/pdclib/functions/ -name "*.c") \
$(shell find $(NXDK_DIR)/lib/pdclib/platform/xbox/ -name "*.c") \
$(shell find $(NXDK_DIR)/lib/pdclib/platform/xbox/ -name "*.s") \
$(wildcard $(NXDK_DIR)/lib/xlibc-rt/*.c) \
$(wildcard $(NXDK_DIR)/lib/xlibc-rt/*.s) \
$(wildcard $(NXDK_DIR)/lib/hal/*.c) \
$(wildcard $(NXDK_DIR)/lib/winapi/*.c) \
$(wildcard $(NXDK_DIR)/lib/pbkit/*.c) \
Expand Down
14 changes: 13 additions & 1 deletion lib/xboxrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@ SRCS += \
$(NXDK_DIR)/lib/xboxrt/libc_enhancements/debug.c \
$(NXDK_DIR)/lib/xboxrt/libc_enhancements/stat.c \
$(NXDK_DIR)/lib/xboxrt/libc_enhancements/strings.c \
$(NXDK_DIR)/lib/xboxrt/libc_enhancements/wchar.c
$(NXDK_DIR)/lib/xboxrt/libc_enhancements/wchar.c \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_alldiv.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_allmul.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_allrem.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_allshl.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_allshr.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_aulldiv.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_aullrem.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_aullshl.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_aullshr.s \
$(NXDK_DIR)/lib/xboxrt/c_runtime/_fltused.c \
$(NXDK_DIR)/lib/xboxrt/c_runtime/check_stack.c \
$(NXDK_DIR)/lib/xboxrt/c_runtime/chkstk.s
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 792ee00

Please sign in to comment.