Skip to content
Snippets Groups Projects
Commit 490314b4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Move no manifest from lib to rc.

Looks like this was where it messed up first.
parent 7341224b
No related branches found
No related tags found
No related merge requests found
Pipeline #5852 failed
......@@ -77,11 +77,11 @@
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.release\conio.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<NoWin32Manifest>True</NoWin32Manifest>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
......
......@@ -78,11 +78,11 @@
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.gdi.release\conio_gdi.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<NoWin32Manifest>True</NoWin32Manifest>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
......@@ -109,11 +109,11 @@
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.gdi.debug\conio_gdi.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<NoWin32Manifest>True</NoWin32Manifest>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
......
......@@ -78,11 +78,11 @@
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.sdl.release\conio_sdl.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<NoWin32Manifest>True</NoWin32Manifest>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment