Skip to content
Snippets Groups Projects
Commit 3fa27956 authored by Per Hedbor's avatar Per Hedbor
Browse files

Added TGA support (both encode and decode)

Rev: src/modules/Image/encodings/Makefile.in:1.18
Rev: src/modules/Image/encodings/tga.c:1.1
parent aa07fea7
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,7 @@ testfont binary ...@@ -184,6 +184,7 @@ testfont binary
/src/modules/Image/encodings/gif_lzw.h foreign_ident /src/modules/Image/encodings/gif_lzw.h foreign_ident
/src/modules/Image/encodings/png.c foreign_ident /src/modules/Image/encodings/png.c foreign_ident
/src/modules/Image/encodings/pnm.c foreign_ident /src/modules/Image/encodings/pnm.c foreign_ident
/src/modules/Image/encodings/tga.c foreign_ident
/src/modules/Image/encodings/x.c foreign_ident /src/modules/Image/encodings/x.c foreign_ident
/src/modules/Image/encodings/xwd.c foreign_ident /src/modules/Image/encodings/xwd.c foreign_ident
/src/modules/Image/font.c foreign_ident /src/modules/Image/font.c foreign_ident
......
# $Id: Makefile.in,v 1.17 1999/03/22 09:33:42 mirar Exp $ # $Id: Makefile.in,v 1.18 1999/04/06 00:37:28 per Exp $
SRCDIR=@srcdir@ SRCDIR=@srcdir@
VPATH=@srcdir@:@srcdir@/../../..:../../.. VPATH=@srcdir@:@srcdir@/../../..:../../..
OBJS = gif.o gif_lzw.o pnm.o x.o xwd.o png.o any.o bmp.o OBJS = gif.o gif_lzw.o pnm.o x.o xwd.o png.o any.o bmp.o tga.o
@SET_MAKE@ @SET_MAKE@
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment