summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2021-11-27 22:31:17 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2021-11-27 22:31:17 -0500
commit64e26ad3a2ef2e07190b2027b113a6b3f6eb8b0d (patch)
treea5c4a290cb63e05a1cec517ecc54ab70ba3b37df
parent36a905e17425af668d2db882fd33ee598b404ed6 (diff)
downloadfreetype2-64e26ad3a2ef2e07190b2027b113a6b3f6eb8b0d.tar.gz
* builds/windows/vc2010/freetype.vcxproj (DlgCopy): Minor tweak.
-rw-r--r--builds/windows/vc2010/freetype.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj
index 587ee8593..0d38678db 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>