File tree 4 files changed +0
-7
lines changed
4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ include(BuildFunctions)
214
214
include (SourceGroups)
215
215
216
216
add_definitions (-D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1)
217
- add_definitions (-DWINDLLNAME="libtesseract${VERSION_MAJOR}${VERSION_MINOR} .dll" )
218
217
219
218
include_directories (${Leptonica_INCLUDE_DIRS} )
220
219
Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ projects:
144
144
- HAVE_CONFIG_H
145
145
- HAVE_LIBARCHIVE
146
146
- _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
147
- - WINDLLNAME="tesseract"
148
147
shared :
149
148
definitions :
150
149
private :
Original file line number Diff line number Diff line change @@ -41,7 +41,3 @@ libtesseract_ccutil_la_SOURCES = \
41
41
params.cpp universalambigs.cpp
42
42
43
43
AM_CPPFLAGS += $(libarchive_CFLAGS )
44
-
45
- if T_WIN
46
- AM_CPPFLAGS += -DWINDLLNAME=\"lib@GENERIC_LIBRARY_NAME@\"
47
- endif
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ void build(Solution &s)
69
69
}
70
70
71
71
libtesseract.Public += " HAVE_CONFIG_H" _d;
72
- libtesseract.Public += " WINDLLNAME=\" tesseract\" " _d;
73
72
libtesseract.Public += " _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1" _d;
74
73
libtesseract.Public += " HAVE_LIBARCHIVE" _d;
75
74
libtesseract.Interface += sw::Shared, " TESS_IMPORTS" _d;
You can’t perform that action at this time.
0 commit comments