David Turner
7dca898c4b
* builds/*/*-def.mk: changed the objects directory from "obj" to "objs"
...
* include/freetype/config/ftheader.h: removed obsolete macros like
FT_SOURCE_FILE, etc.. and added cache-specific macro definitions that
were previously defined in <freetype/ftcache.h>. Added comments to be
included in a new API Reference section.
* src/*/*: removed the use of FT_SOURCE_FILE, etc.. now, each component
needs to added its own directory to the include path at compile time.
Modified all "rules.mk" and "descrip.mms" accordingly..
24 years ago
David Turner
7132dbdacf
fixing Cygwin build
24 years ago
Werner Lemberg
6a351f3a82
formatting
24 years ago
David Turner
50fc8dc598
changes to allow compilation under Unix and Cygwin
24 years ago
David Turner
5b3e03a2ae
small updates to the documentation and the configure scripts to
...
prepare the 2.0.1 release
24 years ago
Tom Kacvinsky
781d597777
Added a --libtool option, which returns the absolute path to the
...
libtool convenience library.
25 years ago
Werner Lemberg
0b1489f937
* builds/cygwin/cygwin-def.in: Same fix as previous.
...
* builds/unix/unix-def.in: Add
so that installation of freetype-config does not fail.
25 years ago
Werner Lemberg
cafeb8abb2
Minor fixes.
25 years ago
Werner Lemberg
645a153c0d
Small fixes and formatting.
25 years ago
David Turner
1babd5db86
- moved default installation of header files to "include/freetype2"
...
instead of "include/freetype"
- added generation and installation of "freetype-config" script
25 years ago
Werner Lemberg
46f92ef2d9
Finishing David's latest changes (there were some errors in it).
25 years ago
David Turner
d2d1701333
major reformatting of the sources:
...
FT_EXPORT_DEF => FT_EXPORT
FT_EXPORT_FUNC => FT_EXPORT_DEF
BASE_DEF => FT_BASE
BASE_FUNC => FT_BASE_DEF
LOCAL_DEF => FT_LOCAL
LOCAL_FUNC => FT_LOCAL_DEF
LOCAL_FUNC_X => FT_CALLBACK_DEF
LOCAL_DEF_X => FT_CALLBACK_TABLE
FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
25 years ago
Werner Lemberg
19e66a8f36
Moving FreeType license to doc dir.
...
25 years ago
Werner Lemberg
dcff1129fe
Removing trailing whitespace.
25 years ago
Werner Lemberg
7fc393b699
added development header files to CONFIG_H in the makefiles
...
25 years ago
Werner Lemberg
a444ee94cd
Added copyright messages to all Makefiles.
...
25 years ago
Werner Lemberg
d1008823d8
Enabled TT interpreter in development version of ftoption.h
25 years ago
Werner Lemberg
c817a7ee73
minor formatting issues
25 years ago
David Turner
cc11a05b8a
updated the build system:
...
- new files for the "cygwin" platform
- new workspace files for Visual C++ in "builds/win32/visualc"
- updated "docs/BUILD" slightly
25 years ago