From 7e17bd8a8d67b23f649e35c5c22200f846fd464b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 11 Aug 2017 13:53:13 +0200 Subject: [PATCH] Exclude SDL source files from .vcxproj if enable_sdl is "no". --- src/lol-core.vcxproj | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/lol-core.vcxproj b/src/lol-core.vcxproj index 2a80ebea..5d134ad7 100644 --- a/src/lol-core.vcxproj +++ b/src/lol-core.vcxproj @@ -199,8 +199,12 @@ true true - - + + true + + + true + @@ -352,8 +356,12 @@ true true - - + + true + + + true +