mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-21 18:02:43 +01:00
psx_build : fix types.h
include not found
This commit is contained in:
parent
84682f7d5a
commit
3b7477b945
@ -83,15 +83,15 @@ SRCS = \
|
||||
$(SOURCES)/C/wheelforces.c\
|
||||
$(SOURCES)/C/xaplay.c\
|
||||
$(SOURCES)/C/xmplay.c
|
||||
|
||||
|
||||
# overlay sources
|
||||
SRCS += \
|
||||
$(SOURCES)/Frontend/FEmain.c\
|
||||
$(SOURCES)/C/pathfind.c\
|
||||
$(SOURCES)/C/leadai.c
|
||||
|
||||
SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
|
||||
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
|
||||
|
||||
DEFS = PSX NTSC_VERSION RELOC DEBUG_OPTIONS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user