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

That didn't work, shotgun it into the props files.

parent 490314b4
No related branches found
No related tags found
No related merge requests found
Pipeline #5853 failed
......@@ -77,7 +77,6 @@
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.release\conio.lib</OutputFile>
......@@ -111,7 +110,6 @@
<Lib>
<OutputFile>.\msvc.win32.debug\conio.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<NoWin32Manifest>True</NoWin32Manifest>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
......
......@@ -9,7 +9,11 @@
<ClCompile>
<PreprocessorDefinitions>WITH_GDI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<NoWin32Manifest>True</NoWin32Manifest>
</ClCompile>
<ResourceCompile>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Link>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
......
......@@ -78,7 +78,6 @@
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.gdi.release\conio_gdi.lib</OutputFile>
......@@ -109,7 +108,6 @@
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.gdi.debug\conio_gdi.lib</OutputFile>
......
......@@ -78,7 +78,6 @@
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
<NoWin32Manifest>True</NoWin32Manifest>
</ResourceCompile>
<Lib>
<OutputFile>.\msvc.win32.sdl.release\conio_sdl.lib</OutputFile>
......@@ -113,7 +112,6 @@
<Lib>
<OutputFile>.\msvc.win32.sdl.debug\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.
Finish editing this message first!
Please register or to comment