medfall

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

commit 85fad0e6594f8923a59baf96bdb3e188def68ab2
parent 4dbe972f2c40e83884bb15219d43dbb2093f1b1e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Dec 27 16:16:05 +0200

Put well512.obj in rng

Diffstat:
build.bat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.bat b/build.bat @@ -30,7 +30,7 @@ @cl terrain_manager.cc -c %FLAGS% @cl text_renderer.cc -c %FLAGS% @cl work_queue.cc -c %FLAGS% -@cl rng\well512.cc -c %FLAGS% +@cl rng\well512.cc -c %FLAGS% -Forng\well512.obj @cl main.cc gl.obj glad.obj hm.obj terrain_manager.obj heightmap.obj btt.obj gpubtt.obj lz4.obj skybox.obj -DSTATIC_GAME %COMMONOBJS% %EXEFLAGS% -Femedfall.exe @cl pp.cc heightmap.obj log.obj stb_image.obj lz4.obj lz4hc.obj memory_arena.obj strlcpy.obj %EXEFLAGS%