(wii buildfix) Have to move app_booter files back

This commit is contained in:
twinaphex 2015-09-20 19:14:13 +02:00
parent 10313536bc
commit 365f501b2a
7 changed files with 3 additions and 3 deletions

View file

@ -139,7 +139,7 @@ ifeq ($(platform), wii)
HAVE_LIBRETRO_MANAGEMENT := 1
HAVE_LIBSICKSAXIS := 1
APP_BOOTER_DIR = bootstrap/gx/wii/app_booter
APP_BOOTER_DIR = wii/app_booter
PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj
ifeq ($(USBGECKO), 1)
CFLAGS += -DUSBGECKO

View file

@ -37,7 +37,7 @@ CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map
LIBS := -lfat -lwiiuse -logc -lbte
APP_BOOTER_DIR = bootstrap/gx/wii/app_booter
APP_BOOTER_DIR = wii/app_booter
OBJ = frontend/frontend_salamander.o \
frontend/frontend_driver.o \

View file

@ -21,7 +21,7 @@ OBJCOPY = $(DEVKITPPC)/bin/powerpc-eabi-objcopy$(EXE_EXT)
BIN_TARGET := app_booter.bin
ELF_TARGET := app_booter.elf
LIBRETRO_COMM_DIR := ../../../../libretro-common
LIBRETRO_COMM_DIR := ../../libretro-common
INCLUDE := -I. -I$(DEVKITPRO)/libogc/include -I$(LIBRETRO_COMM_DIR)/crt/include
LIBDIRS := -L$(DEVKITPRO)/libogc/lib/wii