medfall

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

commit c2b87f0056c444ef515b97586b4da75eea333c2f
parent 631afa08f5abe903e01a4dfca817539667f4dcfc
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri Oct 14 19:51:49 +0300

Actually build strlcpy on Windows

Diffstat:
build.bat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/build.bat b/build.bat @@ -25,6 +25,7 @@ cl lz4hc.cc -c %FLAGS% cl skybox.cc -c %FLAGS% cl -Tpstb_image.h -c %FLAGS% -DSTB_IMAGE_IMPLEMENTATION cl -Tpstb_truetype.h -c %FLAGS% -DSTB_TRUETYPE_IMPLEMENTATION +cl strlcpy.cc -c %FLAGS% cl terrain_manager.cc -c %FLAGS% cl work_queue.cc -c %FLAGS%