From 966e9cefb5dec5fbb1dcbd5e0a82d6db2cc0bff1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jul 2021 17:06:08 +0200 Subject: [PATCH] Add PCRE submodule containing PCRE2 with wx-specific changes The changes in wx branch make it possible to build PCRE using just the makefiles, i.e. without configure step. See README-WX.md in the submodule for more details. --- .gitmodules | 4 ++++ 3rdparty/pcre | 1 + 2 files changed, 5 insertions(+) create mode 160000 3rdparty/pcre diff --git a/.gitmodules b/.gitmodules index 8373eef871..cd26719f6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = src/jpeg url = https://github.com/wxWidgets/libjpeg-turbo.git branch = wx +[submodule "3rdparty/pcre"] + path = 3rdparty/pcre + url = https://github.com/wxWidgets/pcre + branch = wx diff --git a/3rdparty/pcre b/3rdparty/pcre new file mode 160000 index 0000000000..5b934c2a67 --- /dev/null +++ b/3rdparty/pcre @@ -0,0 +1 @@ +Subproject commit 5b934c2a6770c05ae3e9bc5f63e0ed5da098b08b