From 72d19ead542f6cf59847c4605de68471f8f978a8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 4 Dec 2021 21:35:17 +0300 Subject: no need to patch pcre either --- protocols/Sametime/src/glib/config.h | 2 +- protocols/Sametime/src/glib/glib_15.vcxproj | 8 ++++---- protocols/Sametime/src/glib/glib_16.vcxproj | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'protocols') diff --git a/protocols/Sametime/src/glib/config.h b/protocols/Sametime/src/glib/config.h index 1fb52d66d7..2a4e2fbe78 100644 --- a/protocols/Sametime/src/glib/config.h +++ b/protocols/Sametime/src/glib/config.h @@ -791,7 +791,7 @@ #define USE_LIBICONV_NATIVE 1 /* using the system-supplied PCRE library */ -/* #undef USE_SYSTEM_PCRE */ +#define USE_SYSTEM_PCRE 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/protocols/Sametime/src/glib/glib_15.vcxproj b/protocols/Sametime/src/glib/glib_15.vcxproj index f6244004c5..78f8408c16 100644 --- a/protocols/Sametime/src/glib/glib_15.vcxproj +++ b/protocols/Sametime/src/glib/glib_15.vcxproj @@ -89,7 +89,7 @@ Level3 EditAndContinue CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include ws2_32.lib;%(AdditionalDependencies) @@ -114,7 +114,7 @@ Level3 ProgramDatabase CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include ws2_32.lib;%(AdditionalDependencies) @@ -138,7 +138,7 @@ NoExtensions ProgramDatabase CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include true false Full @@ -168,7 +168,7 @@ Level3 ProgramDatabase CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include true false Full diff --git a/protocols/Sametime/src/glib/glib_16.vcxproj b/protocols/Sametime/src/glib/glib_16.vcxproj index 77fcab1cf3..3a7dc3ffed 100644 --- a/protocols/Sametime/src/glib/glib_16.vcxproj +++ b/protocols/Sametime/src/glib/glib_16.vcxproj @@ -89,7 +89,7 @@ Level3 EditAndContinue CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../..//include ws2_32.lib;%(AdditionalDependencies) @@ -114,7 +114,7 @@ Level3 ProgramDatabase CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include ws2_32.lib;%(AdditionalDependencies) @@ -138,7 +138,7 @@ NoExtensions ProgramDatabase CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include true false Full @@ -168,7 +168,7 @@ Level3 ProgramDatabase CompileAsC - $(ProjectDir)\..;$(ProjectDir) + $(ProjectDir)\..;$(ProjectDir);$(ProjectDir)../../../../include true false Full -- cgit v1.2.3