-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All configurations now build targetting a DLL runtime by default. It is my understanding that DLL targetted code works fine in non-DLL environments, so this is much simpler all round. All builds now include Tesseract. It's one of our standard dependencies, so no one should ever not have it. If people are really concerned about size, then they can configure it out by removing the HAVE_LEPTONICA and HAVE_TESSERACT defines. The Java targetted configurations have gone. Just use the main ones, and build the right projects (javaviewer or javaviewerlib) rather than 'All'. Rather than having OpenSSL configurations, we now have 'Extra' configurations, which are intended to build with all the stuff that requires 'Extra' libraries. Currently this is just openssl, but shortly may include libarchive.
- Loading branch information
1 parent
3844258
commit 7d6ef47
Showing
24 changed files
with
1,802 additions
and
6,548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.