Added Logger.o to OSX and UNIX Makefiles. Should fix compilation on these platforms.

This commit is contained in:
Bart Trzynadlowski 2016-08-10 03:38:19 +00:00
parent 821243b80f
commit 41105c15d7
2 changed files with 2 additions and 0 deletions

View file

@ -105,6 +105,7 @@ OBJ = $(OBJ_DIR)/PPCDisasm.o $(OBJ_DIR)/Games.o $(OBJ_DIR)/Config.o $(OBJ_DIR)/I
$(OBJ_DIR)/amp_util.o \
$(OBJ_DIR)/Crypto.o \
$(OBJ_DIR)/Format.o \
$(OBJ_DIR)/Logger.o \
$(OBJ_DIR)/SDLMain_tmpl.o
# If built-in debugger enabled, include all debugging classes

View file

@ -111,6 +111,7 @@ OBJ = $(OBJ_DIR)/PPCDisasm.o $(OBJ_DIR)/Games.o $(OBJ_DIR)/Config.o $(OBJ_DIR)/I
$(OBJ_DIR)/amp_layer2.o $(OBJ_DIR)/amp_layer3.o $(OBJ_DIR)/amp_misc2.o $(OBJ_DIR)/amp_position.o $(OBJ_DIR)/amp_transform.o \
$(OBJ_DIR)/amp_util.o \
$(OBJ_DIR)/Crypto.o \
$(OBJ_DIR)/Logger.o \
$(OBJ_DIR)/Format.o
# If built-in debugger enabled, include all debugging classes