From c833268236d712f5e07d2138e6df5b4ba26e114b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 12 Apr 2016 15:43:15 +0200 Subject: Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build (nw) --- makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 8a4258c595e..7ee690d18b3 100644 --- a/makefile +++ b/makefile @@ -100,6 +100,9 @@ # IGNORE_BAD_LOCALISATION=1 # PRECOMPILE = 0 +# DEBUG_DIR=c:\test\location +# DEBUG_ARGS= -window -video bgfx + ifdef PREFIX_MAKEFILE include $(PREFIX_MAKEFILE) else @@ -723,6 +726,13 @@ ifdef PRECOMPILE PARAMS += --precompile='$(PRECOMPILE)' endif +ifdef DEBUG_DIR +PARAMS += --DEBUG_DIR='$(DEBUG_DIR)' +endif + +ifdef DEBUG_ARGS +PARAMS += --DEBUG_ARGS='$(DEBUG_ARGS)' +endif #------------------------------------------------- # All scripts #------------------------------------------------- -- cgit v1.2.3