mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-6347 Make PCRE chartables dependent of PCRE download, to make sure build works the first time
This commit is contained in:
parent
8728d918a7
commit
54d13850b7
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user