From a27b5d46c846f1e593b7ed475c6e315ca2051daf Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 22 Aug 2014 03:19:18 +0200 Subject: added Scintilla submodule This links to the `sciteco-dev` branch at git@github.com:rhaberkorn/scintille-mirror.git, which is actually Scintilla 3.4.4. --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2b10380 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "scintilla"] + path = scintilla + url = git@github.com:rhaberkorn/scintilla-mirror.git + branch = sciteco-dev -- cgit v1.2.3 From 30d8bf3e2835dbb0bf6876a6a1d4dd227ba335a9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 22 Aug 2014 05:54:47 +0200 Subject: automatically build Scintilla as part of SciTECO's build system: this should simplify building SciTECO for new users * compiler and archiver are passed down from Autoconf, so cross-compiling should work transparently * `make clean` will also clean the Scintilla source tree * there is no longer any need for "source bundles" as tar balls also contain Scintilla/Scinterm now * building from Git is not much more difficult than building from a tar ball * The versions of Scintilla/Scinterm embedded as submodules already contain all the patches necessary (currently none are necessary), so there's no need to have patch files in the repository * INSTALL instructions have been rewritten * the --with-scintilla and --with-scinterm site-config options have been kept. But they should be rarely necessary now. --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2b10380..e7c042b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,4 @@ path = scintilla url = git@github.com:rhaberkorn/scintilla-mirror.git branch = sciteco-dev + ignore = all -- cgit v1.2.3