You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
FreeImage: - update to FreeImage 3.18.0 - update associated tps file - more robust integration for client modules #rb none #jira UEENT-2953 [CL 9620518 by Johan Duparc in 4.24 branch]
14 lines
670 B
Plaintext
14 lines
670 B
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<Name>FreeImage</Name>
|
|
<Location>/Engine/Source/ThirdParty/FreeImage/</Location>
|
|
<Function>For texture resizing, color conversions. Dynamic loading of the dll at runtime, from the editor.</Function>
|
|
<Eula>http://freeimage.sourceforge.net/license.html</Eula>
|
|
<RedistributeTo>
|
|
<EndUserGroup>Licensees</EndUserGroup>
|
|
<EndUserGroup>Git</EndUserGroup>
|
|
<EndUserGroup>P4</EndUserGroup>
|
|
</RedistributeTo>
|
|
<LicenseFolder>/Engine/Source/ThirdParty/Licenses/FreeImage_License.txt</LicenseFolder>
|
|
</TpsData>
|