From c3e206e5c76382f6855f576374bd65385c6d2a53 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Mon, 9 Sep 2019 19:35:47 +0100 Subject: Naively turn off UseOfMfc In addressing the complaint here, https://www.hard-light.net/forums/index.php?topic=80935.msg1853522#msg1853522 I have decided to include all the standard libraries for the debug build in the same way that the retail build does. I don't have enough information to know why this is different, but I could not resolve my build issues by instead adding more required libraries to the "Linked Dependencies". I could retry this solution later and roll this back. --- Stars45/Stars.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45') diff --git a/Stars45/Stars.vcxproj b/Stars45/Stars.vcxproj index 95bf17f..66d2053 100644 --- a/Stars45/Stars.vcxproj +++ b/Stars45/Stars.vcxproj @@ -117,7 +117,7 @@ Application - Static + false MultiByte Static v141 -- cgit v1.1