freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 99086bf 1/2: * builds/windows/vc2010/freetype.vcxproj


From: Werner Lemberg
Subject: [freetype2] master 99086bf 1/2: * builds/windows/vc2010/freetype.vcxproj (DlgCopy): Use transforms.
Date: Tue, 23 Nov 2021 16:11:51 -0500 (EST)

branch: master
commit 99086bf22495184ca60a86c458cc9fd2fb1b33b5
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * builds/windows/vc2010/freetype.vcxproj (DlgCopy): Use transforms.
---
 builds/windows/vc2010/freetype.vcxproj | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/builds/windows/vc2010/freetype.vcxproj 
b/builds/windows/vc2010/freetype.vcxproj
index dfe7735..587ee85 100644
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -501,15 +501,18 @@
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
   <ItemGroup>
-    <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\output.h" />
-    <DlgDst Include="..\..\..\include\dlg\output.h" />
-    <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\dlg.h" />
-    <DlgDst Include="..\..\..\include\dlg\dlg.h" />
-    <DlgSrc Include="..\..\..\subprojects\dlg\src\dlg\dlg.c" />
-    <DlgDst Include="..\..\..\src\dlg\dlg.c" />
+    <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\output.h">
+      <DlgDst>..\..\..\include\dlg\output.h</DlgDst>
+    </DlgSrc>
+    <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\dlg.h">
+      <DlgDst>..\..\..\include\dlg\dlg.h</DlgDst>
+    </DlgSrc>
+    <DlgSrc Include="..\..\..\subprojects\dlg\src\dlg\dlg.c">
+      <DlgDst>..\..\..\src\dlg\dlg.c</DlgDst>
+    </DlgSrc>
   </ItemGroup>
-  <Target Name="DlgCopy" Inputs="@(DlgSrc)" Outputs="@(DlgDst)" 
Condition="Exists('..\..\..\subprojects\dlg\.git')">
-    <Copy SourceFiles="@(DlgSrc)" DestinationFiles="@(DlgDst)" 
SkipUnchangedFiles="true" />
+  <Target Name="DlgCopy" Inputs="@(DlgSrc)" Outputs="@(DlgSrc->'%(DlgDst)')" 
Condition="Exists('..\..\..\subprojects\dlg\.git')">
+    <Copy SourceFiles="@(DlgSrc)" DestinationFiles="@(DlgSrc->'%(DlgDst)')" />
   </Target>
   <Target Name="AfterBuild">
     <ItemGroup>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]