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

Include the ciolib.manifest the right way

To get proper high DPI scaling and such
parent 29c9e244
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7536 passed
......@@ -108,6 +108,9 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\msvc.win32.exe.debug/scfg.bsc</OutputFile>
</Bscmake>
<Manifest>
<AdditionalManifestFiles>..\..\conio\ciolib.manifest</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
......@@ -150,6 +153,9 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\msvc.win32.exe.release/scfg.bsc</OutputFile>
</Bscmake>
<Manifest>
<AdditionalManifestFiles>..\..\conio\ciolib.manifest</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\dat_rec.c">
......
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