premake4.lua

This commit is contained in:
redcode
2018-11-04 22:55:29 +01:00
parent a1729b7553
commit 8872f7da09

View File

@@ -13,10 +13,11 @@ solution "Z80"
configuration "release*"
targetdir "lib/release"
flags {"Optimize"}
configuration "debug*"
flags {"Symbols"}
targetdir "lib/debug"
flags {"Symbols"}
configuration "*dynamic*"
kind "SharedLib"