Skip to content

Commit

Permalink
WinXP support
Browse files Browse the repository at this point in the history
Statically linked to the C-runtime
  • Loading branch information
agrippa1994 committed May 31, 2014
1 parent 9010c30 commit 4d4c228
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified bin/dx9_overlay.dll
Binary file not shown.
Binary file modified bin/dx9_overlay.exp
Binary file not shown.
Binary file modified bin/dx9_overlay.lib
Binary file not shown.
3 changes: 2 additions & 1 deletion src/dx9_overlay/dx9_overlay.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -75,6 +75,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DX9_OVERLAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit 4d4c228

Please sign in to comment.