Skip to content

Commit

Permalink
Remove macro WINDLLNAME
Browse files Browse the repository at this point in the history
It is now no longer used.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Mar 31, 2019
1 parent 77a5f26 commit ab009fa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -214,7 +214,6 @@ include(BuildFunctions)
include(SourceGroups)

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

include_directories(${Leptonica_INCLUDE_DIRS})

Expand Down
1 change: 0 additions & 1 deletion cppan.yml
Expand Up @@ -144,7 +144,6 @@ projects:
- HAVE_CONFIG_H
- HAVE_LIBARCHIVE
- _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
- WINDLLNAME="tesseract"
shared:
definitions:
private:
Expand Down
4 changes: 0 additions & 4 deletions src/ccutil/Makefile.am
Expand Up @@ -41,7 +41,3 @@ libtesseract_ccutil_la_SOURCES = \
params.cpp universalambigs.cpp

AM_CPPFLAGS += $(libarchive_CFLAGS)

if T_WIN
AM_CPPFLAGS += -DWINDLLNAME=\"lib@GENERIC_LIBRARY_NAME@\"
endif
1 change: 0 additions & 1 deletion sw.cpp
Expand Up @@ -69,7 +69,6 @@ void build(Solution &s)
}

libtesseract.Public += "HAVE_CONFIG_H"_d;
libtesseract.Public += "WINDLLNAME=\"tesseract\""_d;
libtesseract.Public += "_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1"_d;
libtesseract.Public += "HAVE_LIBARCHIVE"_d;
libtesseract.Interface += sw::Shared, "TESS_IMPORTS"_d;
Expand Down

0 comments on commit ab009fa

Please sign in to comment.