* builds/windows/vc2010/freetype.vcxproj (DlgCopy): Use transforms.

This commit is contained in:
Alexei Podtelezhnikov 2021-11-23 16:02:02 -05:00
parent 3cabd142ce
commit 99086bf224
1 changed files with 11 additions and 8 deletions

View File

@ -501,15 +501,18 @@
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
<ItemGroup> <ItemGroup>
<DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\output.h" /> <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\output.h">
<DlgDst Include="..\..\..\include\dlg\output.h" /> <DlgDst>..\..\..\include\dlg\output.h</DlgDst>
<DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\dlg.h" /> </DlgSrc>
<DlgDst Include="..\..\..\include\dlg\dlg.h" /> <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\dlg.h">
<DlgSrc Include="..\..\..\subprojects\dlg\src\dlg\dlg.c" /> <DlgDst>..\..\..\include\dlg\dlg.h</DlgDst>
<DlgDst Include="..\..\..\src\dlg\dlg.c" /> </DlgSrc>
<DlgSrc Include="..\..\..\subprojects\dlg\src\dlg\dlg.c">
<DlgDst>..\..\..\src\dlg\dlg.c</DlgDst>
</DlgSrc>
</ItemGroup> </ItemGroup>
<Target Name="DlgCopy" Inputs="@(DlgSrc)" Outputs="@(DlgDst)" Condition="Exists('..\..\..\subprojects\dlg\.git')"> <Target Name="DlgCopy" Inputs="@(DlgSrc)" Outputs="@(DlgSrc->'%(DlgDst)')" Condition="Exists('..\..\..\subprojects\dlg\.git')">
<Copy SourceFiles="@(DlgSrc)" DestinationFiles="@(DlgDst)" SkipUnchangedFiles="true" /> <Copy SourceFiles="@(DlgSrc)" DestinationFiles="@(DlgSrc->'%(DlgDst)')" />
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
<ItemGroup> <ItemGroup>