fixed linker warnings on msvc

This commit is contained in:
Joseph Aquino 2025-09-24 21:58:50 -04:00
parent c09038de2e
commit a1ed0fc2f4
25 changed files with 5 additions and 6 deletions

View File

@ -26,7 +26,6 @@ workspace "breakout"
project "breakout" project "breakout"
language "C++" language "C++"
cppdialect "C++17" cppdialect "C++17"
cdialect "C17"
systemversion "latest" systemversion "latest"
kind "WindowedApp" kind "WindowedApp"
targetname "breakout" targetname "breakout"
@ -87,12 +86,12 @@ workspace "breakout"
"sfml-window-s-d", "sfml-window-s-d",
"opengl32", "opengl32",
"gdi32", "gdi32",
"freetype", "freetyped",
"sfml-audio-s-d", "sfml-audio-s-d",
"flac", "flacd",
"vorbisfile", "vorbisfiled",
"vorbis", "vorbisd",
"ogg", "oggd",
"sfml-system-s-d", "sfml-system-s-d",
"winmm" "winmm"
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.