Commit 64e26ad3a2ef2e07190b2027b113a6b3f6eb8b0d

Alexei Podtelezhnikov 2021-11-27T22:31:17

* builds/windows/vc2010/freetype.vcxproj (DlgCopy): Minor tweak.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj
index 587ee85..0d38678 100644
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -500,7 +500,7 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-  <ItemGroup>
+  <ItemGroup Condition="Exists('..\..\..\subprojects\dlg\.git')">
     <DlgSrc Include="..\..\..\subprojects\dlg\include\dlg\output.h">
       <DlgDst>..\..\..\include\dlg\output.h</DlgDst>
     </DlgSrc>