Skip to content

Commit ab009fa

Browse files
committed
Remove macro WINDLLNAME
It is now no longer used. Signed-off-by: Stefan Weil <[email protected]>
1 parent 77a5f26 commit ab009fa

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ include(BuildFunctions)
214214
include(SourceGroups)
215215

216216
add_definitions(-D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1)
217-
add_definitions(-DWINDLLNAME="libtesseract${VERSION_MAJOR}${VERSION_MINOR}.dll")
218217

219218
include_directories(${Leptonica_INCLUDE_DIRS})
220219

cppan.yml

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ projects:
144144
- HAVE_CONFIG_H
145145
- HAVE_LIBARCHIVE
146146
- _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
147-
- WINDLLNAME="tesseract"
148147
shared:
149148
definitions:
150149
private:

src/ccutil/Makefile.am

-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,3 @@ libtesseract_ccutil_la_SOURCES = \
4141
params.cpp universalambigs.cpp
4242

4343
AM_CPPFLAGS += $(libarchive_CFLAGS)
44-
45-
if T_WIN
46-
AM_CPPFLAGS += -DWINDLLNAME=\"lib@GENERIC_LIBRARY_NAME@\"
47-
endif

sw.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ void build(Solution &s)
6969
}
7070

7171
libtesseract.Public += "HAVE_CONFIG_H"_d;
72-
libtesseract.Public += "WINDLLNAME=\"tesseract\""_d;
7372
libtesseract.Public += "_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1"_d;
7473
libtesseract.Public += "HAVE_LIBARCHIVE"_d;
7574
libtesseract.Interface += sw::Shared, "TESS_IMPORTS"_d;

0 commit comments

Comments
 (0)