Fixing paths.

This commit is contained in:
Branimir Karadžić 2014-09-10 21:48:08 -07:00
parent 81ffe9cb44
commit eec4ae9847
23 changed files with 23 additions and 23 deletions
examples
01-cubes
02-metaballs
03-raymarch
04-mesh
05-instancing
06-bump
07-callback
08-update
09-hdr
12-lod
13-stencil
14-shadowvolumes
15-shadowmaps-simple
16-shadowmaps
17-drawstress
18-ibl
19-oit
21-deferred
assets/meshes
common
src

View file

@ -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

View file

@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../../premake/shader-embeded.mk
include ../../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
GEOMETRY_SRC= \
bunny_patched \

View file

@ -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

View file

@ -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
GEOMETRY_SRC= \
tree \

View file

@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../../premake/shader-embeded.mk
include ../../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -7,7 +7,7 @@ BGFX_DIR=../../..
RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
BUILD_DIR=../../.build
include $(BGFX_DIR)/premake/tools.mk
include $(BGFX_DIR)/scripts/tools.mk
GEOMETRY_SRC= \
bunny \

View file

@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../../../premake/shader-embeded.mk
include ../../../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all

View file

@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../../../premake/shader-embeded.mk
include ../../../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all

View file

@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../../../premake/shader-embeded.mk
include ../../../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all

View file

@ -3,7 +3,7 @@
# License: http://www.opensource.org/licenses/BSD-2-Clause
#
include ../premake/shader-embeded.mk
include ../scripts/shader-embeded.mk
rebuild:
@make -s --no-print-directory clean all