From 11c641ed902e5c0c4eccd1e437a7a806189bc793 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Sat, 12 Sep 2015 13:25:53 -0400 Subject: [PATCH] DolphinQt: Set the SUBSYSTEM in Release mode to 'Windows' to hide the console. --- Source/Core/DolphinQt/DolphinQt.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 718cdee343..c620893958 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -47,6 +47,7 @@ true $(ExternalsDir)OpenAL\$(PlatformName);%(AdditionalLibraryDirectories) iphlpapi.lib;winmm.lib;setupapi.lib;vfw32.lib;opengl32.lib;glu32.lib;rpcrt4.lib;comctl32.lib;%(AdditionalDependencies) + Windows $(ProjectDir)\VideoInterface;$(ProjectDir)\GameList;%(AdditionalIncludeDirectories)