medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 68b5cae4ee3f5f3d6de90a7427a7d44d9982c90a
parent a87cb9b4116f3b667977eb7c0db5f17ef0fc546e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Aug 31 19:26:01 -0700

hm.so doesn't use stb_perlin, btt.so does use stb_image

Diffstat:
Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -11,8 +11,8 @@ sound: audio.o mixer.o log.o memory_arena.o wave.o # Module dependencies bsp.so: bsp.o bsp_renderer.o -hm.so: hm.o heightmap.o terrain_manager.o stb_perlin.o lz4.o -btt.so: btt.o heightmap.o gpubtt.o skybox.o +hm.so: hm.o heightmap.o terrain_manager.o lz4.o +btt.so: btt.o heightmap.o gpubtt.o skybox.o stb_image.o sm.so: shadow_map.o test_lockfree: relacy.cc nonblocking_fixed_spmc_queue.h nonblocking_fixed_spsc_queue.h