Skip to content

Commit 4d4c228

Browse files
committed
WinXP support
Statically linked to the C-runtime
1 parent 9010c30 commit 4d4c228

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

bin/dx9_overlay.dll

283 KB
Binary file not shown.

bin/dx9_overlay.exp

0 Bytes
Binary file not shown.

bin/dx9_overlay.lib

0 Bytes
Binary file not shown.

src/dx9_overlay/dx9_overlay.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2626
<ConfigurationType>DynamicLibrary</ConfigurationType>
2727
<UseDebugLibraries>false</UseDebugLibraries>
28-
<PlatformToolset>v120</PlatformToolset>
28+
<PlatformToolset>v120_xp</PlatformToolset>
2929
<WholeProgramOptimization>true</WholeProgramOptimization>
3030
<CharacterSet>MultiByte</CharacterSet>
3131
</PropertyGroup>
@@ -75,6 +75,7 @@
7575
<IntrinsicFunctions>true</IntrinsicFunctions>
7676
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DX9_OVERLAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7777
<MultiProcessorCompilation>true</MultiProcessorCompilation>
78+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
7879
</ClCompile>
7980
<Link>
8081
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)