Added Mac OS X build of SDL2 to dependencies

This commit is contained in:
Stefanos A 2013-10-02 01:39:53 +02:00
parent 40cfcfaf25
commit c077d5c026
3 changed files with 6 additions and 0 deletions

BIN
Dependencies/x64/libSDL2.dylib vendored Executable file

Binary file not shown.

BIN
Dependencies/x86/libSDL2.dylib vendored Executable file

Binary file not shown.

View file

@ -564,6 +564,12 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenTK\Test\MatrixTest.cs" />
<None Include="..\..\Dependencies\x86\libSDL2.dylib">
<Link>Dependencies\x86\libSDL2.dylib</Link>
</None>
<None Include="..\..\Dependencies\x64\libSDL2.dylib">
<Link>Dependencies\x64\libSDL2.dylib</Link>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">