Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix bug 1492: Visual Studio builds sdl.lib and sdl.dll for version 2.…
…0 (contributed by Jan Reitz); update SDL_bool handling in test_common to fix VS compiler warnings
- Loading branch information
|
@@ -19,7 +19,7 @@ |
|
|
</ProjectConfiguration> |
|
|
</ItemGroup> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<ProjectName>SDL</ProjectName> |
|
|
<ProjectName>SDL2</ProjectName> |
|
|
<ProjectGuid>{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}</ProjectGuid> |
|
|
<RootNamespace>SDL</RootNamespace> |
|
|
</PropertyGroup> |
|
|
|
@@ -19,7 +19,7 @@ |
|
|
</ProjectConfiguration> |
|
|
</ItemGroup> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<ProjectName>SDLmain</ProjectName> |
|
|
<ProjectName>SDL2main</ProjectName> |
|
|
<ProjectGuid>{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}</ProjectGuid> |
|
|
</PropertyGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
@@ -19,7 +19,7 @@ |
|
|
</ProjectConfiguration> |
|
|
</ItemGroup> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<ProjectName>SDLtest</ProjectName> |
|
|
<ProjectName>SDL2test</ProjectName> |
|
|
<ProjectGuid>{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}</ProjectGuid> |
|
|
</PropertyGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
@@ -109,7 +109,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -143,7 +143,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -178,7 +178,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -212,7 +212,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -222,8 +222,8 @@ |
|
|
<ClCompile Include="..\..\..\test\checkkeys.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
@@ -109,7 +109,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -143,7 +143,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -178,7 +178,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -212,7 +212,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -222,8 +222,8 @@ |
|
|
<ClCompile Include="..\..\..\Test\Loopwave.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
@@ -97,7 +97,7 @@ |
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -120,7 +120,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -147,7 +147,7 @@ |
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -173,7 +173,7 @@ |
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -203,9 +203,9 @@ |
|
|
<ClInclude Include="..\..\..\test\testautomation_suites.h" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDLtest\$(Platform)\$(Configuration)\SDLtest.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
<Library Include="..\..\SDLtest\$(Platform)\$(Configuration)\SDL2test.lib" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
@@ -109,7 +109,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -143,7 +143,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -178,7 +178,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -212,7 +212,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -222,9 +222,9 @@ |
|
|
<ClCompile Include="..\..\..\test\testdraw2.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDLtest\$(Platform)\$(Configuration)\SDLtest.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
<Library Include="..\..\SDLtest\$(Platform)\$(Configuration)\SDL2test.lib" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
@@ -109,7 +109,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -143,7 +143,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -178,7 +178,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -212,15 +212,15 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
|
</PostBuildEvent> |
|
|
</ItemDefinitionGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ClCompile Include="..\..\..\Test\testfile.c" /> |
|
|
|
@@ -105,7 +105,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -139,7 +139,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -174,7 +174,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -208,15 +208,15 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
|
</PostBuildEvent> |
|
|
</ItemDefinitionGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ClCompile Include="..\..\..\test\testgamecontroller.c" /> |
|
|
|
@@ -110,7 +110,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -145,7 +145,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -181,7 +181,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -216,7 +216,7 @@ |
|
|
<SubSystem>Windows</SubSystem> |
|
|
</Link> |
|
|
<PostBuildEvent> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"</Command> |
|
|
<Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command> |
|
|
</PostBuildEvent> |
|
|
<PostBuildEvent> |
|
|
<Message>Copy SDL</Message> |
|
@@ -226,9 +226,9 @@ |
|
|
<ClCompile Include="..\..\..\test\testgl2.c" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" /> |
|
|
<Library Include="..\..\SDLtest\$(Platform)\$(Configuration)\SDLtest.lib" /> |
|
|
<Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" /> |
|
|
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" /> |
|
|
<Library Include="..\..\SDLtest\$(Platform)\$(Configuration)\SDL2test.lib" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
Oops, something went wrong.