Changeset 3598
- Timestamp:
- Aug 1, 2009, 4:50:32 PM (14 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile.am
r2959 r3598 4 4 DIST_SUBDIRS = $(SUBDIRS) win32 5 5 6 EXTRA_DIST = NOTES COPYING.GPL COPYING. LGPL bootstrap build-dos build-kernel build-win32 caca-config.in libcaca.spec libcaca.sln6 EXTRA_DIST = NOTES COPYING.GPL COPYING.ISC COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in libcaca.spec libcaca.sln 7 7 AUTOMAKE_OPTIONS = dist-bzip2 8 8 -
libcaca/trunk/THANKS
r1879 r3598 11 11 - Michele Bini <mibin@tin.it> - original SDL plasma 12 12 - Free Software Foundation, Inc. - multiboot.S 13 - Simon Huggins <webmaster#simonhuggins.com> - conio-snake 13 14 14 15 \section thanks3 Porters and packagers -
libcaca/trunk/examples/.gitignore
r3588 r3598 3 3 colors 4 4 conio 5 conio-snake 5 6 demo 6 7 demo0 -
libcaca/trunk/examples/Makefile.am
r3588 r3598 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca 4 4 5 noinst_PROGRAMS = blit canvas colors conio demo demo0 dithering driver event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import5 noinst_PROGRAMS = blit canvas colors conio conio-snake demo demo0 dithering driver 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 … … 16 16 conio_SOURCES = conio.c 17 17 conio_LDADD = ../caca/libcaca.la 18 19 conio_snake_SOURCES = conio-snake.cpp 20 conio_snake_LDADD = ../caca/libcaca.la 18 21 19 22 demo_SOURCES = demo.c
Note: See TracChangeset
for help on using the changeset viewer.