summaryrefslogtreecommitdiffhomepage
path: root/Stars45
diff options
context:
space:
mode:
authorYasha Jannoo <alledodo@gmail.com>2019-09-09 19:35:47 +0100
committerYasha Jannoo <alledodo@gmail.com>2019-09-09 19:35:47 +0100
commitc3e206e5c76382f6855f576374bd65385c6d2a53 (patch)
tree1fdd0f878a2de48551eb61082ce9ca615b6e73fe /Stars45
parent8a80da4bda4836dec39ced9119d70dbdcc088e2b (diff)
downloadstarshatter-c3e206e5c76382f6855f576374bd65385c6d2a53.zip
starshatter-c3e206e5c76382f6855f576374bd65385c6d2a53.tar.gz
starshatter-c3e206e5c76382f6855f576374bd65385c6d2a53.tar.bz2
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.
Diffstat (limited to 'Stars45')
-rw-r--r--Stars45/Stars.vcxproj2
1 files changed, 1 insertions, 1 deletions
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 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <UseOfMfc>Static</UseOfMfc>
+ <UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<UseOfAtl>Static</UseOfAtl>
<PlatformToolset>v141</PlatformToolset>