misc/libfreetype/builds/unix/freetype2.in
author unc0rr
Wed, 25 Jul 2012 16:24:30 +0400
changeset 7433 c7fff3e61d49
parent 5172 88f2e05288ba
permissions -rw-r--r--
- Implement AI land marks which only used to tracks visited areas on the map for now. Significantly reduces wasting of cpu time by AI checking same place several times (10x or even more in rare cases) - More branching in walk algorythm which allows for better coverage of reachable places. Sometimes makes AI perform ridiculous jumping just to make a tiny step. - Small fixes/adjustments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
prefix=@prefix@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
exec_prefix=@exec_prefix@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
libdir=@libdir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
includedir=@includedir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     6
Name: FreeType 2
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     7
Description: A free, high-quality, and portable font engine.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     8
Version: @ft_version@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     9
Requires:
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    10
Libs: -L${libdir} -lfreetype
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    11
Libs.private: @LIBZ@ @LIBBZ2@ @FT2_EXTRA_LIBS@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    12
Cflags: -I${includedir}/freetype2 -I${includedir}