From: Shane Bryldt Date: Mon, 2 Oct 2017 19:09:51 +0000 (-0600) Subject: FS-10690: [libblade] Added basedir.props from existing pending PR from Andrey Volk... X-Git-Tag: v1.8.0~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099580022d4466d8d5e7c0951b9427bb911c324e;p=thirdparty%2Ffreeswitch.git FS-10690: [libblade] Added basedir.props from existing pending PR from Andrey Volk to support PCRE build requirements for blade on windows, currently only used by newly added PCRE props which are not yet used by FS projects --- diff --git a/libs/libblade/libblade.vcxproj b/libs/libblade/libblade.vcxproj index 32d80a5df8..9cc352f2e6 100644 --- a/libs/libblade/libblade.vcxproj +++ b/libs/libblade/libblade.vcxproj @@ -60,6 +60,7 @@ + @@ -68,6 +69,7 @@ + @@ -76,6 +78,7 @@ + @@ -84,6 +87,7 @@ + diff --git a/libs/libblade/switchblade/switchblade.vcxproj b/libs/libblade/switchblade/switchblade.vcxproj index 2dff4e2714..8d994e6f21 100644 --- a/libs/libblade/switchblade/switchblade.vcxproj +++ b/libs/libblade/switchblade/switchblade.vcxproj @@ -62,6 +62,7 @@ + @@ -69,6 +70,7 @@ + @@ -76,6 +78,7 @@ + @@ -83,6 +86,7 @@ + diff --git a/libs/libblade/test/bladec.vcxproj b/libs/libblade/test/bladec.vcxproj index 6539eb63b6..715e3641a9 100644 --- a/libs/libblade/test/bladec.vcxproj +++ b/libs/libblade/test/bladec.vcxproj @@ -62,6 +62,7 @@ + @@ -69,6 +70,7 @@ + @@ -76,6 +78,7 @@ + @@ -83,6 +86,7 @@ + diff --git a/libs/libblade/test/blades.vcxproj b/libs/libblade/test/blades.vcxproj index b82e67e746..a9f48e92da 100644 --- a/libs/libblade/test/blades.vcxproj +++ b/libs/libblade/test/blades.vcxproj @@ -62,6 +62,7 @@ + @@ -69,6 +70,7 @@ + @@ -76,6 +78,7 @@ + @@ -83,6 +86,7 @@ + diff --git a/libs/libblade/test/testcli.vcxproj b/libs/libblade/test/testcli.vcxproj index 5d4816df01..e86abfdb1c 100644 --- a/libs/libblade/test/testcli.vcxproj +++ b/libs/libblade/test/testcli.vcxproj @@ -62,6 +62,7 @@ + @@ -69,6 +70,7 @@ + @@ -76,6 +78,7 @@ + @@ -83,6 +86,7 @@ + diff --git a/libs/libblade/test/testcon.vcxproj b/libs/libblade/test/testcon.vcxproj index c93a3b62f0..8740d494ea 100644 --- a/libs/libblade/test/testcon.vcxproj +++ b/libs/libblade/test/testcon.vcxproj @@ -62,6 +62,7 @@ + @@ -69,6 +70,7 @@ + @@ -76,6 +78,7 @@ + @@ -83,6 +86,7 @@ + diff --git a/w32/basedir.props b/w32/basedir.props new file mode 100644 index 0000000000..c35275b02b --- /dev/null +++ b/w32/basedir.props @@ -0,0 +1,6 @@ + + + + $(MSBuildThisFileDirectory)..\ + + \ No newline at end of file diff --git a/w32/pcre-version.props b/w32/pcre-version.props new file mode 100644 index 0000000000..58480c8763 --- /dev/null +++ b/w32/pcre-version.props @@ -0,0 +1,19 @@ + + + + + + + 8.34 + + + true + + + + + + $(PCREVersion) + + + \ No newline at end of file diff --git a/w32/pcre.props b/w32/pcre.props new file mode 100644 index 0000000000..a437bb4d6c --- /dev/null +++ b/w32/pcre.props @@ -0,0 +1,18 @@ + + + + + + + + true + + + + $(BaseDir)libs\pcre-$(PCREVersion);%(AdditionalIncludeDirectories) + true + PCRE_STATIC;%(PreprocessorDefinitions) + + + +