Skip to content

Commit

Permalink
fix premake deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
avail committed Jun 5, 2019
1 parent a4ab956 commit 9692ddd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ workspace "OpenParrot"
configurations { "Debug", "Release"}
platforms { "x64", "x86" }

flags { "StaticRuntime", "No64BitChecks" }
flags { "No64BitChecks" }

staticruntime "On"
editandcontinue "Off"

systemversion "latest"

symbols "On"

characterset "Unicode"

flags { "NoIncrementalLink", "NoEditAndContinue", "NoMinimalRebuild" }
flags { "NoIncrementalLink", "NoMinimalRebuild" }

includedirs { "deps/inc/", "deps/udis86/" }

Expand Down

0 comments on commit 9692ddd

Please sign in to comment.