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 Sep 7, 2019
1 parent 0ce67bf commit 7471731
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
@@ -1,4 +1,16 @@
SRCS += \
$(NXDK_DIR)/lib/xboxrt/libc_extensions/stat.c \
$(NXDK_DIR)/lib/xboxrt/libc_extensions/strings.c \
$(NXDK_DIR)/lib/xboxrt/libc_extensions/wchar.c
$(NXDK_DIR)/lib/xboxrt/libc_extensions/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 7471731

Please sign in to comment.