Werner Lemberg
f6ecab5858
* builds/ansi/ansi.mk: Fix inclusion order of files.
...
* src/type1/t1objs.c (T1_Init_Face): Compute style flags.
24 years ago
Werner Lemberg
2b71db018b
* builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
...
conditional.
24 years ago
Werner Lemberg
faf1f33880
* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
...
type1z->type1.
25 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
Tom Kacvinsky
dfc5c58e69
Added
...
INSTALL_PROGRAM := @INSTALL_PROGRAM@
INSTALL_SCRIPT := @INSTALL_SCRIPT@
So that the install 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
David Turner
80766b137d
- 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
3d4d50ff31
minor fixes.
...
25 years ago
Werner Lemberg
6828c90c5f
Introduced $(space) in the makefiles to get rid of using the comment
...
25 years ago
Werner Lemberg
7a3edb723d
Ignore build files.
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
b92d66ce29
new file
25 years ago
Werner Lemberg
6a753b4e8a
Adding rules for mingw32 compiler.
25 years ago
Werner Lemberg
dcff1129fe
Removing trailing whitespace.
25 years ago
Werner Lemberg
322a481c73
minor formatting
25 years ago
David Turner
843997b2ca
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
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
01bd7d5825
provide `export "C"' guard only for default fterror handling.
25 years ago
David Turner
ea917dae6c
fixed a small bug in the uninstall mode
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
Werner Lemberg
59266f23c9
Fixing comment in unixddef.mk which caused a trailing blank.
...
25 years ago
Werner Lemberg
fd3b8e7ca1
Clean up, formatting etc.
...
25 years ago
David Turner
5483e69cd8
small update, allow CONFIG_MK to be pre-defined
...
before inclusion
25 years ago
David Turner
214a13db23
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
05b3a9d6f8
major revamp of the build system.
...
Fixing the Unix Autoconf parts
25 years ago
David Turner
76ca167b28
major revamp of the build system
25 years ago
Just van Rossum
99a69671d0
updated for new modules and sources (mainly psaux)
25 years ago
Werner Lemberg
1a6f111f6f
Formatting, small fixes.
...
25 years ago
Werner Lemberg
fcb56c9094
Formatting, small fixes.
...
25 years ago
David Turner
6ff656adc3
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
b1baf48034
adding developer dir hierarchy
25 years ago
Werner Lemberg
0122a4a948
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
...
25 years ago
Werner Lemberg
95e78ae7c7
Add missing header file.
25 years ago
Werner Lemberg
7ede0f4adf
Forgot to run autoconf...
25 years ago
Werner Lemberg
5845e519ab
Fixed dec-osf compiler switches. From Tom.
25 years ago
Werner Lemberg
a74e4c0dac
Added #ifdef's for C++ to all header files.
25 years ago
Werner Lemberg
4ddddb4482
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
...
25 years ago
Werner Lemberg
ff0cedbb2f
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
...
25 years ago
Werner Lemberg
af753548e0
Making path of $INSTALL always absolute.
25 years ago
Werner Lemberg
7b0f516268
Update to latest versions.
25 years ago
Werner Lemberg
6ae4765fb1
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to
...
25 years ago
Just van Rossum
327d330d23
Oops, I had exaggerated the warning levels a weensy bit...
25 years ago