Mercurial > otakunoraifu
view Makefile.am @ 38:658272d883ed
* Support (more or less) button style selects (fuuko's ones)
* Strip text objects from strings (may support object text objects later)
author | thib |
---|---|
date | Tue, 17 Mar 2009 20:35:08 +0000 |
parents | 97b752b43502 |
children | 4c832144b3f2 |
line wrap: on
line source
SUBDIRS = music2 scn2k system window font bin_PROGRAMS = xclannad xclannad_SOURCES = xlovesys.cc xclannad_LDADD = system/libsystem.a scn2k/libscn2k.a window/libwindow.a \ font/libfont.a music2/libmusic.a \ @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer -lSDL_gfx @SMPEG_LIBS@ \ @X_LIBS@ @LIBS@ INCLUDES = @CFLAGS@ @DEFS@ @SDL_CFLAGS@