Support Nugget and Jaby for make
This commit is contained in:
@@ -42,7 +42,11 @@ LDFLAGS += -ltap
|
||||
LDFLAGS += -lcd
|
||||
LDFLAGS += -Wl,--end-group
|
||||
|
||||
ifdef USE_JABY_MAKE
|
||||
include Wrapper.mk
|
||||
else
|
||||
include $(PCSX_REDUX)/common.mk
|
||||
endif
|
||||
|
||||
fullclean: clean
|
||||
rm -fr iso/Info/* bin/GlobalLBATable.bin
|
||||
|
||||
19
Code/Wrapper.mk
Normal file
19
Code/Wrapper.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
#this makefile translates from NUGGET make to JabyMake
|
||||
ARTIFACT = JabyEngine
|
||||
|
||||
BUILD_DIR = bin
|
||||
ifeq ($(BUILD),Release)
|
||||
BUILD_PROFILE := release
|
||||
else
|
||||
BUILD_PROFILE := debug
|
||||
endif
|
||||
|
||||
CCFLAGS_all := $(CPPFLAGS)
|
||||
LIBS := $(LDFLAGS)
|
||||
|
||||
undefine CPPFLAGS
|
||||
undefine LDFLAGS
|
||||
undefine BUILD
|
||||
|
||||
#include the real make file
|
||||
include ../Makefile
|
||||
Reference in New Issue
Block a user