Mercurial > otakunoraifu
annotate window/Makefile.am @ 54:d7cde171a1de
* scn2k_grp.cc now handles commands in a cleanier way \o/
* some cleaning
author | thib |
---|---|
date | Mon, 20 Apr 2009 16:18:55 +0000 |
parents | 97b752b43502 |
children | c7bcc0ec2267 |
rev | line source |
---|---|
22 | 1 noinst_LIBRARIES = libwindow.a |
2 libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \ | |
32
97b752b43502
* Removed SDL_rotozoom.{cc,h} (now uses SDL_gfx). TODO: improve configure.ac
thib
parents:
22
diff
changeset
|
3 button.cc menuitem.cc rect.cc \ |
97b752b43502
* Removed SDL_rotozoom.{cc,h} (now uses SDL_gfx). TODO: improve configure.ac
thib
parents:
22
diff
changeset
|
4 event.h menuitem.h picture.h rect.h \ |
22 | 5 surface.h system.h widget.h |
6 | |
7 INCLUDES = @SDL_CFLAGS@ | |
8 | |
9 AM_CPPFLAGS = @CFLAGS@ @DEFS@ | |
10 | |
11 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@ | |
12 | |
13 |