Mercurial > otakunoraifu
view Makefile.am @ 66:d112357a0ec1
Fix a bug with savegames introduced with changeset c7bcc0ec2267.
Warning: savegames created since c7bcc0ec2267 are probably corrupted,
you may have to start the game over.
If you chose not to do so, you should replace all occurrences of 'TextWindow' by 'TextImplWindow',
and 'Text Window' by 'TextImpl Window' in your save files.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Sat, 11 Dec 2010 18:36:20 +0100 |
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@