]> git.wh0rd.org - fontconfig.git/commit
Changes for Windows:
authorTor Lillqvist <tml@iki.fi>
Sat, 22 Mar 2003 21:25:34 +0000 (21:25 +0000)
committerTor Lillqvist <tml@iki.fi>
Sat, 22 Mar 2003 21:25:34 +0000 (21:25 +0000)
commitdaeed6e048a413a94754fd79f62307ca9be80a43
treeb123ff489671ab4e1a71b7c09b6fa11bb9c135de
parentcc9dd09816f717fc678d097a69f793dca1b1eef0
Changes for Windows:
On Windows with gcc (a.k.a. mingw) build as a DLL.
We don't want to hardcode the fonts.conf file location in the DLL, so we
    look up the DLL location at run-time in a DllMain() function. The
    fonts.conf location is deduced from that.
The colon can't be used as path separator on Windows, semicolon is used
    instead. File path components can be separated with either slash or
    backslash. Absolute paths can also begin with a drive letter.
Add internal function FcStrLastSlash that strrchr's the last slash, or
    backslash on Windows.
There is no link() on Windows. For atomicity checks, mkdir a lock directory
    instead.
In addition to HOME, also look for USERPROFILE.
Recognize the special font directory token WINDOWSFONTDIR, to use the
    system's font directory.
Remove the fontconfig-def.cpp that was obsolete. Add fontconfig.def(.in),
    without internal functions.
Add a fontconfig-zip(.in) script, used to build a binary distribution.
13 files changed:
ChangeLog
Makefile.am
configure.in
fc-lang/fc-lang.man
src/Makefile.am
src/fcatomic.c
src/fccache.c
src/fccfg.c
src/fcint.h
src/fcstr.c
src/fcxml.c
src/fontconfig-def.cpp [deleted file]
src/fontconfig.def.in [new file with mode: 0755]