From e4712b2641f025d14e693e9b1d01b03966b3c5b3 Mon Sep 17 00:00:00 2001 From: Jeremie Roy Date: Tue, 7 May 2013 14:26:31 +0200 Subject: [PATCH] use embedded shaders --- examples/common/font/makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/common/font/makefile b/examples/common/font/makefile index 5ae719f22..b38ac842b 100644 --- a/examples/common/font/makefile +++ b/examples/common/font/makefile @@ -7,11 +7,12 @@ BGFX_DIR=../../.. RUNTIME_DIR=$(BGFX_DIR)/examples/runtime BUILD_DIR=../../../.build -include $(BGFX_DIR)/premake/shader.mk +include $(BGFX_DIR)/premake/shader-embeded.mk rebuild: - @make -s --no-print-directory TARGET=0 clean all - @make -s --no-print-directory TARGET=1 clean all - @make -s --no-print-directory TARGET=2 clean all - @make -s --no-print-directory TARGET=3 clean all - @make -s --no-print-directory TARGET=4 clean all + @make -s --no-print-directory clean all +# @make -s --no-print-directory TARGET=0 clean all +# @make -s --no-print-directory TARGET=1 clean all +# @make -s --no-print-directory TARGET=2 clean all +# @make -s --no-print-directory TARGET=3 clean all +# @make -s --no-print-directory TARGET=4 clean all