This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/contrib/zlib/premake5.lua

18 lines
252 B
Lua
Raw Normal View History

project "zlib-lib"
language "C"
kind "StaticLib"
2016-02-05 18:11:08 +00:00
defines { "N_FSEEKO" }
2016-02-25 22:02:51 +00:00
warnings "off"
files
{
"**.h",
"**.c"
}
filter "system:windows"
defines { "_WINDOWS" }
2016-06-09 18:24:06 +00:00
filter "system:not windows"
defines { 'HAVE_UNISTD_H' }