medfall

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

commit f640e3acad3ddba8fa9dd23fc46907bc84a7d916
parent c4f0d20b3e2bbfcaff5271eecdceeb265b677539
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Nov 27 15:05:28 +0200

Add launcher to build.bat

Diffstat:
build.bat | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/build.bat b/build.bat @@ -12,6 +12,7 @@ cl heightmap.cc -c %FLAGS% cl gl.cc -c %FLAGS% cl glad.cc -c %FLAGS% cl gpubtt.cc -c %FLAGS% +cl http.cc -c %FLAGS% cl hm.cc -c %FLAGS% cl immediate.cc -c %FLAGS% cl log.cc -c %FLAGS% @@ -20,6 +21,7 @@ cl mod_btt.cc -c %FLAGS% cl lz4.cc -c %FLAGS% cl lz4hc.cc -c %FLAGS% cl renderer.cc -c %FLAGS% +cl sha2.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 @@ -32,3 +34,4 @@ REM cl -LD %FLAGS% hm.obj terrain_manager.obj heightmap.obj btt.obj gpubtt.obj l 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 stb_image.obj lz4.obj lz4hc.obj memory_arena.obj strlcpy.obj %EXEFLAGS% +cl launcher\main.cc log.obj http.obj sha2.obj strlcpy.obj Ws2_32.lib -Felauncher.exe %FLAGS%