mirror of
https://github.com/love2d/love.git
synced 2026-08-21 13:09:56 +02:00
Updated Visual Studio project for new thread module files and version changes (thanks Boolsheet)
This commit is contained in:
@@ -495,9 +495,15 @@
|
||||
<ClCompile Include="..\..\src\modules\sound\wrap_Decoder.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\sound\wrap_Sound.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\sound\wrap_SoundData.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\Thread.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\Channel.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\LuaThread.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\sdl\Thread.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\sdl\threads.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\ThreadModule.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\threads.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\wrap_Thread.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\wrap_Channel.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\wrap_LuaThread.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\thread\wrap_ThreadModule.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\timer\sdl\Timer.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\timer\wrap_Timer.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\window\sdl\Window.cpp" />
|
||||
@@ -726,9 +732,16 @@
|
||||
<ClInclude Include="..\..\src\modules\sound\wrap_Decoder.h" />
|
||||
<ClInclude Include="..\..\src\modules\sound\wrap_Sound.h" />
|
||||
<ClInclude Include="..\..\src\modules\sound\wrap_SoundData.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\Channel.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\LuaThread.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\sdl\Thread.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\sdl\threads.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\Thread.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\ThreadModule.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\threads.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\wrap_Thread.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\wrap_Channel.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\wrap_LuaThread.h" />
|
||||
<ClInclude Include="..\..\src\modules\thread\wrap_ThreadModule.h" />
|
||||
<ClInclude Include="..\..\src\modules\timer\sdl\Timer.h" />
|
||||
<ClInclude Include="..\..\src\modules\timer\Timer.h" />
|
||||
<ClInclude Include="..\..\src\modules\timer\wrap_Timer.h" />
|
||||
|
||||
Reference in New Issue
Block a user