mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Remove macro WINDLLNAME
It is now no longer used. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
77a5f2623e
commit
ab009fae94
@ -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})
|
||||
|
||||
|
@ -144,7 +144,6 @@ projects:
|
||||
- HAVE_CONFIG_H
|
||||
- HAVE_LIBARCHIVE
|
||||
- _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1
|
||||
- WINDLLNAME="tesseract"
|
||||
shared:
|
||||
definitions:
|
||||
private:
|
||||
|
@ -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
sw.cpp
1
sw.cpp
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user