Emit PAL/NTSC library depending on the configuration

This commit is contained in:
jaby 2022-10-03 14:54:59 +02:00
parent 04af1daf6c
commit 587f5ecb97
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#We use the JabyEngine so we will include ourselves #We use the JabyEngine so we will include ourselves
JABY_ENGINE_LIB_DIR = $(JABY_ENGINE_DIR)/lib/PSX-$(BUILD_PROFILE) JABY_ENGINE_LIB_DIR = $(JABY_ENGINE_DIR)/lib/PSX-$(BUILD_PROFILE)
JABY_ENGINE_LIB_NAME = JabyEngine JABY_ENGINE_LIB_NAME = JabyEngine_$(TV_FORMAT)
#Linking rule #Linking rule
$(TARGET).elf: $(OBJS) $(JABY_ENGINE_LIB_DIR)/lib$(JABY_ENGINE_LIB_NAME).a $(TARGET).elf: $(OBJS) $(JABY_ENGINE_LIB_DIR)/lib$(JABY_ENGINE_LIB_NAME).a

View File

@ -1,6 +1,6 @@
JABY_ENGINE_DIR = ../../ JABY_ENGINE_DIR = ../../
ARTIFACT = libJabyEngine ARTIFACT = libJabyEngine_$(TV_FORMAT)
BUILD_DIR = bin BUILD_DIR = bin
SPLASH_IMAGE = src/BootLoader/splash_image_boot.hpp SPLASH_IMAGE = src/BootLoader/splash_image_boot.hpp