Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ AR := $(CROSS)ar

# Do NOT depend on system-installed headers! If you need to make a header change,
# test it in your source first!
INCLUDE_DIRS += $(WORKING_DIR)/include $(WORKING_DIR)/include/PR $(WORKING_DIR)/include/compiler/modern_gcc $(BUILD_DIR) $(BUILD_DIR)/include $(WORKING_DIR)/src $(WORKING_DIR)
INCLUDE_DIRS += $(WORKING_DIR)/include $(WORKING_DIR)/include/PR $(WORKING_DIR)/include/libc $(BUILD_DIR) $(BUILD_DIR)/include $(WORKING_DIR)/src $(WORKING_DIR)

GBIDEFINE := -DF3DEX_GBI_2

Expand Down
114 changes: 0 additions & 114 deletions include/compiler/gcc/stdarg.h

This file was deleted.

1 change: 0 additions & 1 deletion include/compiler/ido/math.h

This file was deleted.

23 changes: 0 additions & 23 deletions include/compiler/ido/memory.h

This file was deleted.

30 changes: 0 additions & 30 deletions include/compiler/ido/stdarg.h

This file was deleted.

1 change: 0 additions & 1 deletion include/compiler/ido/stdio.h

This file was deleted.

80 changes: 0 additions & 80 deletions include/compiler/ido/stdlib.h

This file was deleted.

42 changes: 0 additions & 42 deletions include/compiler/ido/string.h

This file was deleted.

1 change: 0 additions & 1 deletion include/compiler/modern_gcc/math.h

This file was deleted.

23 changes: 0 additions & 23 deletions include/compiler/modern_gcc/memory.h

This file was deleted.

44 changes: 0 additions & 44 deletions include/compiler/modern_gcc/sgidefs.h

This file was deleted.

1 change: 0 additions & 1 deletion include/compiler/modern_gcc/stdio.h

This file was deleted.

Loading