From 421e3e44cb6678b730e20260e99df757a3c09bbb Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Thu, 6 Jun 2019 00:56:12 +0300 Subject: [PATCH] Update sw script. --- sw.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw.cpp b/sw.cpp index 650cbfb201..a44a43ee7b 100644 --- a/sw.cpp +++ b/sw.cpp @@ -35,7 +35,6 @@ void build(Solution &s) "src/textord/.*\\.h"_rr, "src/viewer/.*\\.cpp"_rr, "src/viewer/.*\\.h"_rr, - "src/vs2010/port/.*"_rr, "src/wordrec/.*\\.cpp"_rr, "src/wordrec/.*\\.h"_rr; @@ -112,7 +111,6 @@ void build(Solution &s) // auto &unicharset_training = tess.addStaticLibrary("unicharset_training"); unicharset_training += - "src/training/fileio.*"_rr, "src/training/icuerrorcode.*"_rr, "src/training/icuerrorcode.h", "src/training/lang_model_helpers.*"_rr,