Changeset 2110 for libcaca/trunk/examples
- Timestamp:
- Dec 1, 2007, 6:58:20 PM (15 years ago)
- Location:
- libcaca/trunk/examples
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/.gitignore
r2101 r2110 7 7 event 8 8 export 9 figfont 9 10 font 10 11 font2tga -
libcaca/trunk/examples/Makefile.am
r2101 r2110 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 noinst_PROGRAMS = blit colors cucul demo demo0 dithering event export f ont font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import5 noinst_PROGRAMS = blit colors cucul demo demo0 dithering event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import 6 6 7 7 blit_SOURCES = blit.c … … 30 30 export_SOURCES = export.c 31 31 export_LDADD = ../cucul/libcucul.la 32 33 figfont_SOURCES = figfont.c 34 figfont_LDADD = ../cucul/libcucul.la 32 35 33 36 font_SOURCES = font.c
Note: See TracChangeset
for help on using the changeset viewer.