Ignore:
Timestamp:
Nov 16, 2009, 1:17:01 PM (14 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized
  • Made compilation under MacOSX 10.6 (Snow Leopard) possible, but breaks 10.4 (Tiger), to be fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/examples/Makefile.am

    r3623 r3909  
    33AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca
    44
    5 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
     5noinst_PROGRAMS = trifiller 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
    66
    77if USE_CXX
    88conio_snake = conio-snake
    99endif
     10
     11trifiller_SOURCES = trifiller.c ../src/common-image.c
     12trifiller_LDADD = ../caca/libcaca.la
    1013
    1114blit_SOURCES = blit.c
Note: See TracChangeset for help on using the changeset viewer.