@@ -7,7 +7,7 @@ BGFX_DIR=../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
-include $(BGFX_DIR)/premake/shader.mk
+include $(BGFX_DIR)/scripts/shader.mk
rebuild:
@make -s --no-print-directory TARGET=0 clean all
@@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
-include ../../premake/shader-embeded.mk
+include ../../scripts/shader-embeded.mk
@make -s --no-print-directory clean all
GEOMETRY_SRC= \
bunny_patched \
tree \
@@ -7,7 +7,7 @@ BGFX_DIR=../../..
-include $(BGFX_DIR)/premake/tools.mk
+include $(BGFX_DIR)/scripts/tools.mk
bunny \
-include ../../../premake/shader-embeded.mk
+include ../../../scripts/shader-embeded.mk
-include ../premake/shader-embeded.mk
+include ../scripts/shader-embeded.mk