22 lines
366 B
Lua
22 lines
366 B
Lua
project "zlib-lib"
|
|
language "C"
|
|
kind "StaticLib"
|
|
defines {"N_FSEEKO", "_CRT_SECURE_NO_DEPRECATE"}
|
|
flags { "StaticRuntime" }
|
|
|
|
files
|
|
{
|
|
"**.h",
|
|
"**.c"
|
|
}
|
|
|
|
configuration "windows"
|
|
defines {"_WINDOWS"}
|
|
|
|
configuration "Release"
|
|
defines {"NDEBUG"}
|
|
flags { "OptimizeSize" }
|
|
|
|
configuration "Debug"
|
|
defines {"_DEBUG"} flags { "Symbols" }
|