From e9676240dbfb9a86747fc2d00a56c184b80686a8 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 21 Sep 2015 06:26:11 +0100 Subject: change library name when compiled with USE_BLARGG_APU=1 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0fc4922..64d07b1 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,12 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),) system_platform = win endif +ifeq($(USE_BLARGG_APU), 1) +TARGET_NAME := catsfc_plus +else TARGET_NAME := catsfc +endif + DEFS := LIBM := -lm -- cgit v1.2.3