Merge pull request #75 from xypherorion/main
FIxed warnings for Premake5 [Issue #74]
This commit is contained in:
@@ -67,7 +67,6 @@ project "Detour"
|
|||||||
defines {"DEBUG"}
|
defines {"DEBUG"}
|
||||||
symbols "On"
|
symbols "On"
|
||||||
postbuildcommands {}
|
postbuildcommands {}
|
||||||
flags {"staticruntime"} -- this is what worked for me
|
|
||||||
|
|
||||||
-- linux library cflags and libs
|
-- linux library cflags and libs
|
||||||
filter {"system:linux", "toolset:gcc"}
|
filter {"system:linux", "toolset:gcc"}
|
||||||
|
|||||||
@@ -368,7 +368,8 @@ project "NuakeRuntime"
|
|||||||
kind "WindowedApp"
|
kind "WindowedApp"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "on"
|
optimize "on"
|
||||||
flags { "WinMain" }
|
entrypoint "WinMainCRTStartup"
|
||||||
|
flags { }
|
||||||
defines
|
defines
|
||||||
{
|
{
|
||||||
"NK_DIST",
|
"NK_DIST",
|
||||||
|
|||||||
Reference in New Issue
Block a user