[teklib-general] changeset in /hg/teklib/current: added font test
Franciska Schulze
fschulze at neoscientists.org
Mon Nov 26 16:22:11 CET 2007
changeset abc590b59b5d in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=abc590b59b5d
description:
added font test
diffs (44 lines):
diff -r bb5be1c32273 -r abc590b59b5d src/visual/build/tmkmakefile
--- a/src/visual/build/tmkmakefile Sat Sep 01 16:52:10 2007 +0200
+++ b/src/visual/build/tmkmakefile Sat Sep 01 16:53:09 2007 +0200
@@ -9,8 +9,8 @@
[body name="modtargets"]
[if config="posix"]
- EXTRAMODLIBS = -L/usr/X11R6/lib -lX11 -lXext
- EXTRADEFS = -D_XOPEN_SOURCE
+ EXTRAMODLIBS = -lXft -L/usr/X11R6/lib -lX11 -lXext
+ EXTRADEFS = -D_XOPEN_SOURCE -I/usr/include/freetype2/
[/if]
[embed body="mods"]
@@ -70,6 +70,7 @@
bashing
mouseover
poolmem
+ fonts
[/embed]
[embed body="tooldep"]
@@ -88,6 +89,10 @@
$(OBJDIR)/poolmem.to
tests/poolmem.c
[/embed]
+ [embed body="tooldep"]
+ $(OBJDIR)/fonts.to
+ tests/fonts.c
+ [/embed]
[embed body="toollink"]
attach
@@ -104,6 +109,10 @@
[embed body="toollink"]
poolmem
$(OBJDIR)/poolmem.to
+ [/embed]
+ [embed body="toollink"]
+ fonts
+ $(OBJDIR)/fonts.to
[/embed]
[/body]
More information about the teklib-general
mailing list