From 151ddf288d634f1b3929474327d8d784b5018cbe Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 7 Mar 2015 17:28:46 -0500 Subject: [PATCH] guess Glide64 in VS2013 linker needed fix in Release, not just Debug warning MSB8030: The linker switch "Minimum Required Version" requires "SubSystem" to be set. Without "SubSystem", the "Minimum Required Version" would not be passed to linker and could prevent to the output binary from running on older Operating Systems. --- Source/Glide64/Glide64.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Glide64/Glide64.vcxproj b/Source/Glide64/Glide64.vcxproj index d59c1337b..4c87f0ee4 100644 --- a/Source/Glide64/Glide64.vcxproj +++ b/Source/Glide64/Glide64.vcxproj @@ -45,6 +45,7 @@ $(Root)Source\3rd Party\wx\lib\vc_lib;%(AdditionalLibraryDirectories) Windows + Windows