Don't compile pdcurses dynamically, I was wrong, it doesn't export anything at all.

This commit is contained in:
momo5502 2016-01-27 11:03:26 +01:00
parent 422147207d
commit c68e5114d1

View File

@ -179,7 +179,7 @@ workspace "iw4x"
-- pdcurses -- pdcurses
project "pdcurses" project "pdcurses"
language "C++" language "C"
includedirs { "./deps/pdcurses/" } includedirs { "./deps/pdcurses/" }
files files
@ -191,6 +191,5 @@ workspace "iw4x"
-- not our code, ignore POSIX usage warnings for now -- not our code, ignore POSIX usage warnings for now
warnings "Off" warnings "Off"
kind "SharedLib" -- always build as static lib, as pdcurses doesn't export anything
configuration "*Static" kind "StaticLib"
kind "StaticLib"