Skip to content

Commit

Permalink
Merge pull request MonoGame#1886 from dellis1972/develop
Browse files Browse the repository at this point in the history
Bump ThirdParty/Libs Added MacOS support for the ManagedPVRTC.dll
  • Loading branch information
tomspilman committed Jul 24, 2013
2 parents 7a793b5 + 15ad006 commit 226ec90
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Installers/Windows/MonoGame.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Section "MonoGame Core Components" CoreComponents ;No components page, name is n
File /nonfatal '..\..\ThirdParty\Libs\NAudio\*.txt'
File '..\..\Tools\2MGFX\bin\Release\*.exe'

File '..\..\ThirdParty\Libs\ManagedPVRTC\x86\PVRTexLibWrapper.dll'
File '..\..\ThirdParty\Libs\ManagedPVRTC\x86\pvrtc.dll'
File /oname=libmojoshader.dll '..\..\ThirdParty\Libs\libmojoshader_32.dll'
File '..\..\ThirdParty\Libs\lame_enc.dll'

Expand Down
2 changes: 1 addition & 1 deletion Installers/default.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<echo append="false" file="Windows/header.nsh">
!define FrameworkPath "${project::get-base-directory()}"
!define VERSION "3.0"
!define VERSION "3.2"
!define REVISION "0.0"
</echo>
<exec program="makensis" workingdir="Windows" basedir="C:\Program Files (x86)\NSIS">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\..\ThirdParty\Libs\ManagedPVRTC\x86\PVRTexLibWrapper.dll">
<Link>PVRTexLibWrapper.dll</Link>
<None Include="..\..\ThirdParty\Libs\ManagedPVRTC\x86\pvrtc.dll">
<Link>pvrtc.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\ThirdParty\Libs\ManagedPVRTC\x64\PVRTexLibWrapper.dll">
<Link>Dependencies\x64\PVRTexLibWrapper.dll</Link>
<None Include="..\ThirdParty\Libs\ManagedPVRTC\x64\pvrtc.dll">
<Link>Dependencies\x64\pvrtc.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\ThirdParty\Libs\ManagedPVRTC\x86\PVRTexLibWrapper.dll">
<Link>Dependencies\x86\PVRTexLibWrapper.dll</Link>
<None Include="..\ThirdParty\Libs\ManagedPVRTC\x86\pvrtc.dll">
<Link>Dependencies\x86\pvrtc.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/Libs
Submodule Libs updated from 6b3ed4 to cf7718

0 comments on commit 226ec90

Please sign in to comment.