Moved JabyEngine Code to a Library folder
This commit is contained in:
19
Library/Code/Wrapper.mk
Normal file
19
Library/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