17f0788a31
This is a library for OpenGL to load PNG graphics files as an OpenGL texture as easily as possible. It also has a number of options for generating the alpha channel and mipmaps. help and ok steven@
9 lines
171 B
Makefile
9 lines
171 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/20 09:35:48 ajacoutot Exp $
|
|
|
|
LIB= glpng
|
|
SRCS= glpng.c
|
|
|
|
LDADD= -L${X11BASE}/lib -lGL -L${LOCALBASE}/lib -lpng
|
|
|
|
.include <bsd.lib.mk>
|