FS-6347 Make PCRE chartables dependent of PCRE download, to make sure build works the first time

This commit is contained in:
Peter Olsson 2014-03-16 10:01:18 +01:00
parent 8728d918a7
commit 54d13850b7
2 changed files with 10 additions and 0 deletions

View File

@ -175,6 +175,11 @@
<ItemGroup>
<ClCompile Include="dftables.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Download PCRE.2010.vcxproj">
<Project>{b1e7e876-347f-4dc9-9bea-d1afbd9dff8a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -179,6 +179,11 @@
<ItemGroup>
<ClCompile Include="dftables.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Download PCRE.2012.vcxproj">
<Project>{b1e7e876-347f-4dc9-9bea-d1afbd9dff8a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>