Mercurial > otakunoraifu
view window/Makefile.am @ 71:1fd20d231376
Fix objScale with 2D zoom; implement objWidth and objHeight.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 01 Apr 2011 23:49:12 +0200 |
parents | c7bcc0ec2267 |
children |
line wrap: on
line source
noinst_LIBRARIES = libwindow.a libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \ button.cc menuitem.cc rect.cc \ event.h menuitem.h picture.h rect.h render.h \ surface.h system.h widget.h INCLUDES = @SDL_CFLAGS@ AM_CPPFLAGS = @CFLAGS@ @DEFS@ LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@