From b2317252946a46d13921419a2ae74bd47e879695 Mon Sep 17 00:00:00 2001 From: Arkamek Date: Wed, 30 Jan 2019 16:19:56 +0100 Subject: [PATCH] Fix glew32/zlib debug mode --- vc14/settings.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vc14/settings.props b/vc14/settings.props index fd7b5b35..45160ebc 100644 --- a/vc14/settings.props +++ b/vc14/settings.props @@ -85,8 +85,8 @@ - glew32.lib; - zlib.lib; + glew32d.lib; + zlibd.lib; libeay32.lib; physfs.lib; openal32.lib;