Skip to content
Snippets Groups Projects
Commit 98552cef authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Need the Windows Kit include dir fix for release build too

parent 61dc97b5
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -70,8 +70,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>sbbsexec</TargetName>
<IncludePath>c:\Program Files (x86)\Windows Kits\10\Include\$(TargetUniversalCRTVersion)\shared;c:\Program Files (x86)\Windows Kits\10\Include\$(TargetUniversalCRTVersion)\um;$(IncludePath)</IncludePath>
<LibraryPath>c:\Program Files (x86)\Windows Kits\10\Lib\$(TargetUniversalCRTVersion)\um\x86;$(LibraryPath)</LibraryPath>
<IncludePath>c:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared;c:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um;$(IncludePath)</IncludePath>
<LibraryPath>c:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x86;$(LibraryPath)</LibraryPath>
<OutDir>.\msvc.win32.dll.release\</OutDir>
<IntDir>.\msvc.win32.release\sbbsexec\</IntDir>
</PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment