Skip to content

Commit

Permalink
WinRT: project-naming cleanup. Projects that link to SDL will need up…
Browse files Browse the repository at this point in the history
…dating. To update:

1. remove references to SDL's project files from the Visual Studio Solution.  To note, these project files have been renamed, and will show up in Visual Studio with the text, "load failed".
2. add the SDL project files back into the Visual Studio Solution
3. for each project that should link to SDL, add a reference to it.  This can be done by right-clicking on it in Visual Studio, selecting "References...", clicking "Add New Reference", checking the box next to the SDL project, then closing each dialog by clicking OK.

SDL_mixer, SDL_ttf, and SDL_image for WinRT have been updated, and will be pushed to my Bitbucket repos with these changes having been made.  If you do not pull in these changes, be sure to re-add to them the reference to the SDL project, as described above.
  • Loading branch information
DavidLudwig committed Sep 15, 2013
1 parent 3472246 commit 8a16449
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj
Expand Up @@ -147,7 +147,7 @@
<Media Include="..\..\..\test\sample.wav" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDL\SDL_VS2012-WinRT.vcxproj">
<ProjectReference Include="..\..\SDL\SDL-WinRT_VS2012.vcxproj">
<Project>{aeaea3a2-d4e6-45b1-8ec6-53d84287fc14}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj
Expand Up @@ -150,7 +150,7 @@
<ClCompile Include="..\..\..\test\testthread.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDL\SDL_VS2012-WinRT.vcxproj">
<ProjectReference Include="..\..\SDL\SDL-WinRT_VS2012.vcxproj">
<Project>{aeaea3a2-d4e6-45b1-8ec6-53d84287fc14}</Project>
</ProjectReference>
</ItemGroup>
Expand Down

0 comments on commit 8a16449

Please sign in to comment.