diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:54:11 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:54:11 +0000 |
commit | 6f4f6b814e77eb882431f8049d8101e3de6a7f53 (patch) | |
tree | a6f3b8db54d126e41b9c687d464b5c7497e0f5ba /protocols/Sametime/src/glib/glib_12.vcxproj | |
parent | ac718403fd72a645f179aa778bc5752c405f5a10 (diff) |
use pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/glib/glib_12.vcxproj')
-rw-r--r-- | protocols/Sametime/src/glib/glib_12.vcxproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/protocols/Sametime/src/glib/glib_12.vcxproj b/protocols/Sametime/src/glib/glib_12.vcxproj index fb671624a9..add26c0263 100644 --- a/protocols/Sametime/src/glib/glib_12.vcxproj +++ b/protocols/Sametime/src/glib/glib_12.vcxproj @@ -269,21 +269,6 @@ <ClCompile Include="gwin32.c" />
<ClCompile Include="libcharset\localcharset.c" />
<ClCompile Include="libintl.c" />
- <ClCompile Include="pcre\pcre_chartables.c" />
- <ClCompile Include="pcre\pcre_compile.c" />
- <ClCompile Include="pcre\pcre_config.c" />
- <ClCompile Include="pcre\pcre_dfa_exec.c" />
- <ClCompile Include="pcre\pcre_exec.c" />
- <ClCompile Include="pcre\pcre_fullinfo.c" />
- <ClCompile Include="pcre\pcre_get.c" />
- <ClCompile Include="pcre\pcre_globals.c" />
- <ClCompile Include="pcre\pcre_newline.c" />
- <ClCompile Include="pcre\pcre_ord2utf8.c" />
- <ClCompile Include="pcre\pcre_study.c" />
- <ClCompile Include="pcre\pcre_tables.c" />
- <ClCompile Include="pcre\pcre_try_flipped.c" />
- <ClCompile Include="pcre\pcre_ucp_searchfuncs.c" />
- <ClCompile Include="pcre\pcre_xclass.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="gnulib\g-gnulib.h" />
|