fixed linker warnings on msvc
This commit is contained in:
parent
c09038de2e
commit
a1ed0fc2f4
11
premake5.lua
11
premake5.lua
|
|
@ -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.
Loading…
Reference in New Issue