mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-28 08:59:55 +02:00
Make KOS_BASE optional
This commit is contained in:
@@ -104,7 +104,11 @@ KOS_CPPFLAGS += -fbuiltin -ffast-math -ffp-contract=fast \
|
|||||||
# re-creation of the rom disk.
|
# re-creation of the rom disk.
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
|
ifdef KOS_BASE
|
||||||
include $(KOS_BASE)/Makefile.rules
|
include $(KOS_BASE)/Makefile.rules
|
||||||
|
else
|
||||||
|
$(warning "KOS_BASE is not set. Only prebuilt targets will work.")
|
||||||
|
endif
|
||||||
|
|
||||||
DEPS = $(OBJS:.o=.d) $(OBJS_TEXCONV:.o:.d)
|
DEPS = $(OBJS:.o=.d) $(OBJS_TEXCONV:.o:.d)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user