We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
types.h
1 parent 84682f7 commit 3b7477bCopy full SHA for 3b7477b
1 file changed
PSXToolchain/Makefile
@@ -83,15 +83,15 @@ SRCS = \
83
$(SOURCES)/C/wheelforces.c\
84
$(SOURCES)/C/xaplay.c\
85
$(SOURCES)/C/xmplay.c
86
-
+
87
# overlay sources
88
SRCS += \
89
$(SOURCES)/Frontend/FEmain.c\
90
$(SOURCES)/C/pathfind.c\
91
$(SOURCES)/C/leadai.c
92
93
-SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
94
-INCL = $(SOURCES) $(PSYQ_DIR)/include $(NPSYQ_DIR)/include
+SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
+INCL = $(SOURCES) $(PSYQ_DIR)/include $(PSYQ_DIR)/include/sys $(NPSYQ_DIR)/include
95
96
DEFS = PSX NTSC_VERSION RELOC DEBUG_OPTIONS
97
0 commit comments