medfall

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

commit d61239c16c0aaaa8ddd89f39e352b3d256603457
parent 64829d49e8a0a90acafea82f8e0c56729dd01066
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Sep  6 21:49:53 -0700

Add missing objects to hm.so build

Diffstat:
Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -8,10 +8,11 @@ all: $(BINS) $(MODULES) test_lockfree medfall: main.o gl.o log.o memory_arena.o glad.o pp: pp.o stb_image.o log.o stb_image.o lz4.o lz4hc.o sound: audio.o mixer.o log.o memory_arena.o wave.o +srv: server/main.o rng/well512.o # Module dependencies bsp.so: bsp.o bsp_renderer.o -hm.so: hm.o heightmap.o terrain_manager.o lz4.o +hm.so: hm.o heightmap.o terrain_manager.o lz4.o btt.o gpubtt.o skybox.o btt.so: mod_btt.o btt.o gpubtt.o heightmap.o skybox.o stb_image.o sm.so: shadow_map.o