forked from tesseract-ocr/tesseract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@292 d0cd1f9f-072b-0410-8dd7-cf729c803f20
- Loading branch information
theraysmith
committed
Jul 11, 2009
1 parent
694d3f2
commit 82071af
Showing
20 changed files
with
491 additions
and
1,284 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
SUBDIRS = | ||
AM_CPPFLAGS = -I$(top_srcdir)/ccutil | ||
|
||
EXTRA_DIST = cutil.vcproj | ||
|
||
include_HEADERS = \ | ||
bitvec.h callcpp.h const.h cutil.h danerror.h debug.h efio.h \ | ||
bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \ | ||
emalloc.h freelist.h funcdefs.h general.h globals.h listio.h \ | ||
minmax.h oldheap.h oldlist.h structures.h tessarray.h \ | ||
tordvars.h variables.h | ||
oldheap.h oldlist.h structures.h tessarray.h | ||
|
||
lib_LIBRARIES = libtesseract_cutil.a | ||
libtesseract_cutil_a_SOURCES = \ | ||
tessarray.cpp bitvec.cpp cutil.cpp danerror.cpp debug.cpp efio.cpp \ | ||
bitvec.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \ | ||
emalloc.cpp freelist.cpp globals.cpp listio.cpp oldheap.cpp \ | ||
oldlist.cpp structures.cpp tordvars.cpp variables.cpp | ||
oldlist.cpp structures.cpp tessarray.cpp |
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
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
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
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.