Skip to content

Commit 421e3e4

Browse files
committed
Update sw script.
1 parent 5e62d02 commit 421e3e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sw.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ void build(Solution &s)
3535
"src/textord/.*\\.h"_rr,
3636
"src/viewer/.*\\.cpp"_rr,
3737
"src/viewer/.*\\.h"_rr,
38-
"src/vs2010/port/.*"_rr,
3938
"src/wordrec/.*\\.cpp"_rr,
4039
"src/wordrec/.*\\.h"_rr;
4140

@@ -112,7 +111,6 @@ void build(Solution &s)
112111
//
113112
auto &unicharset_training = tess.addStaticLibrary("unicharset_training");
114113
unicharset_training +=
115-
"src/training/fileio.*"_rr,
116114
"src/training/icuerrorcode.*"_rr,
117115
"src/training/icuerrorcode.h",
118116
"src/training/lang_model_helpers.*"_rr,

0 commit comments

Comments
 (0)