medfall

A super great game engine
Log | Files | Refs

commit 9d02901733f4730d56de437e03d0a54aaa4421a5
parent 62cf86265fe52cfe7d54a3cccceb7aef40c6788f
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue May  9 21:50:00 +0300

Quiet linking on Windows

Diffstat:
scripts/gen_makefile.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -9,7 +9,7 @@ local configs = { cxxflags = "/I . /c /Oi /Gm- /GR- /EHa- /nologo /DNOMINMAX /D_USE_MATH_DEFINES /DWIN32_LEAN_AND_MEAN /DSTATIC_GAME", -- ldflags = "user32.lib shell32.lib opengl32.lib gdi32.lib Ws2_32.lib", - ldflags = "user32.lib shell32.lib dbghelp.lib", + ldflags = "user32.lib shell32.lib dbghelp.lib /nologo", warnings = "/W4 /wd4100 /wd4201 /wd4189 /wd4351 /wd4505 /wd4127 /wd4530 /wd4702 /D_CRT_SECURE_NO_WARNINGS", },