forked from mia/Aegisub
49 lines
2.2 KiB
XML
49 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
|
|
|
Permission to use, copy, modify, and distribute this software for any purpose
|
|
with or without fee is hereby granted, provided that the above copyright notice
|
|
and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
Aegisub Project http://www.aegisub.org/
|
|
-->
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{472212DF-99E8-4B73-9736-8500616D8A80}</ProjectGuid>
|
|
<ProjectName>! Update Dependencies</ProjectName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Label="tarball">
|
|
<TarballProject Include="fftw">
|
|
<Version>3.3.2</Version>
|
|
<Url>http://www.fftw.org/fftw-3.3.2.tar.gz</Url>
|
|
<DirName>fftw-3.3.2</DirName>
|
|
</TarballProject>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\..\aegisub.props" />
|
|
<UsingTask TaskName="TarballProject" AssemblyFile="$(AegisubBinaryDir)BuildTasks.dll" />
|
|
<UsingTask TaskName="DownloadTgzFile" AssemblyFile="$(AegisubBinaryDir)BuildTasks.dll" />
|
|
|
|
<Target Name="Build">
|
|
<TarballProject Projects="@(TarballProject)" Root="$(MSBuildThisFileDirectory)..\..\..\deps" />
|
|
|
|
<!-- Generated with http://apps.icu-project.org/datacustom/ -->
|
|
<!-- Includes Break Iterator and Collator data only -->
|
|
<DownloadTgzFile
|
|
Url="http://www.aegisub.org/~plorkyeran/icudt51l.dat.tgz"
|
|
Destination="$(MSBuildThisFileDirectory)..\..\..\deps\icu\source\data\in"
|
|
OutputFile="$(MSBuildThisFileDirectory)..\..\..\deps\icu\source\data\in\icudt51l.dat"
|
|
Hash="0885a647fdd48645a6bba48a7f8957131882db02"
|
|
/>
|
|
</Target>
|
|
</Project>
|