Skip to content

Commit f40914a

Browse files
committed
Fix object filename conflicts in GDK project file
1 parent 29ecafc commit f40914a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VisualC-GDK/SDL/SDL.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,9 @@
546546
<ClCompile Include="..\..\src\io\windows\SDL_asyncio_windows_ioring.c" />
547547
<ClCompile Include="..\..\src\main\generic\SDL_sysmain_callbacks.c" />
548548
<ClCompile Include="..\..\src\main\gdk\SDL_sysmain_runapp.cpp" />
549-
<ClCompile Include="..\..\src\main\windows\SDL_sysmain_runapp.c" />
549+
<ClCompile Include="..\..\src\main\windows\SDL_sysmain_runapp.c">
550+
<ObjectFileName>$(IntDir)\src_main_windows_SDL_sysmain_runapp.obj</ObjectFileName>
551+
</ClCompile>
550552
<ClCompile Include="..\..\src\main\SDL_main_callbacks.c" />
551553
<ClCompile Include="..\..\src\main\SDL_runapp.c" />
552554
<ClCompile Include="..\..\src\SDL_guid.c" />

0 commit comments

Comments
 (0)