Move old setup to legacy folder for now

This commit is contained in:
Jaby
2022-08-21 12:47:30 +02:00
committed by Jaby
parent f52935ac30
commit d25adfefe1
15 changed files with 1 additions and 1 deletions

View 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