mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed path separator.
This commit is contained in:
parent
360c7e0bc2
commit
528360ac6c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ include $(BGFX_DIR)/premake/shader.mk
|
||||||
geometry: ../runtime/meshes/bunny.bin
|
geometry: ../runtime/meshes/bunny.bin
|
||||||
|
|
||||||
../runtime/meshes/bunny.bin: bunny.obj
|
../runtime/meshes/bunny.bin: bunny.obj
|
||||||
..\..\tools\bin\geometryc -f bunny.obj -o ..\runtime\meshes\bunny.bin --packnormal 1
|
../../tools/bin/geometryc -f bunny.obj -o ../runtime/meshes/bunny.bin --packnormal 1
|
||||||
|
|
||||||
rebuild:
|
rebuild:
|
||||||
@make -s --no-print-directory TARGET=0 clean all
|
@make -s --no-print-directory TARGET=0 clean all
|
||||||
|
|
Loading…
Reference in a new issue