Skip to content

Commit

Permalink
Remove new MIDL switch added by VS2017 15.2 update that is breaking b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
blairmcg committed Dec 20, 2017
1 parent fbdc623 commit c3a8e5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions DolphinLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<SuppressStartupBanner>false</SuppressStartupBanner>
<DllDataFileName>$(ProjectDir)/dlldata.c</DllDataFileName>
<ValidateAllParameters>false</ValidateAllParameters>
<MinimumTargetSystem Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
</Midl>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions InProcStub/InProcStub.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<TargetEnvironment>Win32</TargetEnvironment>
<GenerateStublessProxies>true</GenerateStublessProxies>
<TypeLibraryName>.\Release/InProcStub.tlb</TypeLibraryName>
<MinimumTargetSystem />
</Midl>
<ClCompile>
<Optimization>MinSpace</Optimization>
Expand Down
1 change: 1 addition & 0 deletions InProcToGo/InProcToGo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<PreprocessorDefinitions>NDEBUG;TO_GO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<GenerateStublessProxies>true</GenerateStublessProxies>
<TypeLibraryName>.\Release/InProcToGo.tlb</TypeLibraryName>
<MinimumTargetSystem />
</Midl>
<ClCompile>
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;WIN32_LEAN_AND_MEAN;WIN32_EXTRA_LEAN;STRICT;TO_GO;_WIN32_WINNT=0x0500;_MERGE_PROXYSTUB;ZEXPORT=__stdcall;ZEXPORTVA=__cdecl;_CRT_SECURE_NO_WARNINGS;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down
1 change: 1 addition & 0 deletions dll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
</CustomBuildStep>
<Midl>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimumTargetSystem />
</Midl>
<ClCompile>
<AdditionalOptions>/LD /Gw %(AdditionalOptions)</AdditionalOptions>
Expand Down

0 comments on commit c3a8e5d

Please sign in to comment.