Werner Lemberg
faf1f33880
* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
...
type1z->type1.
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
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
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
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
fd3b8e7ca1
Clean up, formatting etc.
...
25 years ago
David Turner
76ca167b28
major revamp of the build system
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
4d8370c954
Adapting changes for Unix to other makefiles.
25 years ago
David Turner
2db9bc11f6
- fixed the incorrect SO extension for Visual C++
...
- disabled the TrueType interpreter by default
- disabled the "type1" driver, "type1z" is now used
by default (the internal driver name is "type1" now !!)
25 years ago
Werner Lemberg
db578ae090
Adding $(SO) and $(SA), denoting objects and library for a static build.
...
25 years ago
David Turner
a90663f591
vast clean-up of the sources in order to allow flat
...
directory compilation (by defining the FT_FLAT_COMPILE
macro at compile time..)
moved "freetype2/BUILD" to "freetype2/docs/BUILD"
25 years ago
David Turner
7404301024
renaming "freetype2/config" to "freetype2/builds"
25 years ago