Mercurial > otakunoraifu
view Makefile.am @ 44:a85cdca1980a
* fixed itoa_ws
* now, configure fails if the requested vorbis lib is not found (so it doesn't build with the wrong lib)
* removed unused current_section in koe_ogg.cc
author | thib |
---|---|
date | Wed, 25 Mar 2009 16:00:52 +0000 |
parents | 4c832144b3f2 |
children |
line wrap: on
line source
SUBDIRS = music2 scn2k system window font bin_PROGRAMS = otakunoraifu otakunoraifu_SOURCES = xlovesys.cc otakunoraifu_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@