Werner Lemberg
6dd303db0d
* builds/ansi/ansi.mk: Fix inclusion order of files.
...
* src/type1/t1objs.c (T1_Init_Face): Compute style flags.
24 years ago
Werner Lemberg
d1e9249b63
* builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
...
conditional.
24 years ago
Werner Lemberg
e397e2a340
* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
...
type1z->type1.
25 years ago
Tom Kacvinsky
e503527c64
Added a --libtool option, which returns the absolute path to the
...
libtool convenience library.
25 years ago
Werner Lemberg
84278bc7ef
* 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
Tom Kacvinsky
d5d28f89b9
Added
...
INSTALL_PROGRAM := @INSTALL_PROGRAM@
INSTALL_SCRIPT := @INSTALL_SCRIPT@
So that the install of freetype-config does not fail.
25 years ago
Werner Lemberg
4af2f18cc3
Minor fixes.
25 years ago
Werner Lemberg
a82cd844fb
Small fixes and formatting.
25 years ago
David Turner
276e47e7a7
- moved default installation of header files to "include/freetype2"
...
instead of "include/freetype"
- added generation and installation of "freetype-config" script
25 years ago
David Turner
73622119dd
- changing the default include path from "include/freetype"
...
to "include/freetype2"
- adding template for the "freetype-config" script that is installed
in the "bin" directory. It is used to retrieve information about
the current installation path, C flags & linker flags
25 years ago
Werner Lemberg
8c883fb542
minor fixes.
...
25 years ago
Werner Lemberg
91481f8a4b
Introduced $(space) in the makefiles to get rid of using the comment
...
25 years ago
Werner Lemberg
88b2e6c330
Ignore build files.
25 years ago
Werner Lemberg
dc72aff43d
Finishing David's latest changes (there were some errors in it).
25 years ago
David Turner
76a5f62323
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
098ab26c72
Moving FreeType license to doc dir.
...
25 years ago
Werner Lemberg
1a951e30b4
new file
25 years ago
Werner Lemberg
9140ae06a6
Adding rules for mingw32 compiler.
25 years ago
Werner Lemberg
e4b32a5dc5
Removing trailing whitespace.
25 years ago
Werner Lemberg
cf4398a6f5
minor formatting
25 years ago
David Turner
9b8f5c4ce1
small updates:
...
- reworked slightly the cache manager to better
differentiate between the abstract class in "ftcglyph.h"
and the FT_Glyph sub-class in "ftcimage.h", and
slightly reduced the size of FTC_GlyphNodeRec, saving
8 bytes on a 32-bit system. Yes, I'm crazy ;-)
- added build files to compile with LCC on Unix too
(compile speeds _are_ insane with it). There is unfortunately
a bug in the version I'm using (LCC 4.1) that prevents it
to compile FT_MulTo64 correctly (in src/base/ftcalc.c)
the generated assembly is incorrect, I don't know what
to do ?? the build files are ok, though..
you should invoke "make setup lcc" to select them..
25 years ago
Werner Lemberg
3c7c5da3bb
added development header files to CONFIG_H in the makefiles
...
25 years ago
Werner Lemberg
47a5f41de6
Added copyright messages to all Makefiles.
...
25 years ago
Werner Lemberg
e73d9957a2
Enabled TT interpreter in development version of ftoption.h
25 years ago
Werner Lemberg
4b92cf80c7
provide `export "C"' guard only for default fterror handling.
25 years ago
David Turner
2c5b7ebf71
fixed a small bug in the uninstall mode
25 years ago
Werner Lemberg
6fbe4db6b7
minor formatting issues
25 years ago
David Turner
896b604ca8
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
Werner Lemberg
8bb45ec8fb
Fixing comment in unixddef.mk which caused a trailing blank.
...
25 years ago
Werner Lemberg
bd547dc6e3
Clean up, formatting etc.
...
25 years ago
David Turner
beece1bf39
small update, allow CONFIG_MK to be pre-defined
...
before inclusion
25 years ago
David Turner
08a91fd0c6
final touches. Cache seems working after all, though the
...
default cache size of 300 Kb is certainly too high for
now :-)
Need to implement abstract chunk cache and bitmap chunck cache
25 years ago
David Turner
426984e47b
major revamp of the build system.
...
Fixing the Unix Autoconf parts
25 years ago
David Turner
046f7a0c31
major revamp of the build system
25 years ago
Just van Rossum
6d2596368a
updated for new modules and sources (mainly psaux)
25 years ago
Werner Lemberg
d1b7475be1
Formatting, small fixes.
...
25 years ago
Werner Lemberg
8728f294bc
Formatting, small fixes.
...
25 years ago
David Turner
38cb5af01f
changed the "devel" setup targets to use "builds/<system>/devel"
...
as the build directory. This is used to specify a specific
"ftoption.h" that toggles all traces and logging on.
Hence, the default build doesn't need the traces
25 years ago
David Turner
38d979ceb4
adding developer dir hierarchy
25 years ago
Werner Lemberg
29a90e2610
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
...
25 years ago
Werner Lemberg
f28b7536ca
Add missing header file.
25 years ago
Werner Lemberg
2d310502df
Forgot to run autoconf...
25 years ago
Werner Lemberg
07373c8de9
Fixed dec-osf compiler switches. From Tom.
25 years ago
Werner Lemberg
c713d924d8
Added #ifdef's for C++ to all header files.
25 years ago
Werner Lemberg
b1dd3535d5
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
...
25 years ago
Werner Lemberg
e72c9fec17
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
...
25 years ago
Werner Lemberg
fd9777e9ed
Making path of $INSTALL always absolute.
25 years ago
Werner Lemberg
98fba7cfbc
Update to latest versions.
25 years ago
Werner Lemberg
28e6a8f75b
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to
...
25 years ago
Just van Rossum
d2b93caab7
Oops, I had exaggerated the warning levels a weensy bit...
25 years ago