From 0916b5f9072f7bd1b7b045ceb07758f9dc097ac2 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:46:59 +0200 Subject: Add sources of PCRE and Microsoft Visual Studio solutions to compile the lib --- pcre/build-VS2013/_props/libpcre16-static.props | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pcre/build-VS2013/_props/libpcre16-static.props (limited to 'pcre/build-VS2013/_props/libpcre16-static.props') diff --git a/pcre/build-VS2013/_props/libpcre16-static.props b/pcre/build-VS2013/_props/libpcre16-static.props new file mode 100644 index 0000000..2132257 --- /dev/null +++ b/pcre/build-VS2013/_props/libpcre16-static.props @@ -0,0 +1,41 @@ + + + + + + + + + + BUILDING_PCRE;PCRE_STATIC;WIN32;_WINDOWS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\win32;..\..\include;..\.. + true + $(IntDir)$(ProjectName).pdb + + + + + BUILDING_PCRE;PCRE_STATIC;WIN32;_WINDOWS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\win32;..\..\include;..\.. + true + $(IntDir)$(ProjectName).pdb + + + + + BUILDING_PCRE;PCRE_STATIC;WIN32;_WINDOWS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\win32;..\..\include;..\.. + true + $(IntDir)$(ProjectName).pdb + + + + + BUILDING_PCRE;PCRE_STATIC;WIN32;_WINDOWS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\win32;..\..\include;..\.. + true + $(IntDir)$(ProjectName).pdb + + + + \ No newline at end of file -- cgit v1.1