PCRE 8.35.0 Update

- Updated to PCRE 8.35 (latest, 2014-04-04)
- Updated Build files with new files and removed those that have
changed.
- Configured like previous configuration.
This commit is contained in:
Daniel Rosser
2014-10-03 23:17:24 +10:00
parent 30e26b0d96
commit 010f7a5370
54 changed files with 33954 additions and 7932 deletions

View File

@@ -593,8 +593,16 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='release_static_mt|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\RegularExpression.cpp" />
<ClCompile Include="src\pcre_version.c" />
<ClCompile Include="src\pcre_byte_order.c" />
<ClCompile Include="src\pcre_chartables.c" />
<ClCompile Include="src\pcre_config.c" />
<ClCompile Include="src\pcre_compile.c" />
<ClCompile Include="src\pcre_get.c" />
<ClCompile Include="src\pcre_jit_compile.c" />
<ClCompile Include="src\pcre_refcount.c" />
<ClCompile Include="src\pcre_string_utils.c" />
<ClCompile Include="src\pcre_dfa_exec.c" />
<ClCompile Include="src\pcre_exec.c" />
<ClCompile Include="src\pcre_fullinfo.c" />
<ClCompile Include="src\pcre_globals.c" />
@@ -603,7 +611,6 @@
<ClCompile Include="src\pcre_ord2utf8.c" />
<ClCompile Include="src\pcre_study.c" />
<ClCompile Include="src\pcre_tables.c" />
<ClCompile Include="src\pcre_try_flipped.c" />
<ClCompile Include="src\pcre_ucd.c" />
<ClCompile Include="src\pcre_valid_utf8.c" />
<ClCompile Include="src\pcre_xclass.c" />
@@ -1152,7 +1159,7 @@
<ClInclude Include="include\Poco\SharedLibrary_WIN32.h" />
<ClInclude Include="include\Poco\SharedLibrary_WIN32U.h" />
<ClInclude Include="src\pcre.h" />
<ClInclude Include="src\pcre_config.h" />
<ClInclude Include="src\config.h" />
<ClInclude Include="src\pcre_internal.h" />
<ClInclude Include="src\ucp.h" />
<ClInclude Include="include\Poco\RegularExpression.h" />