annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 SUBDIRS = music2 scn2k system window font
759202cf1756 Use automake
thib
parents:
diff changeset
2
41
4c832144b3f2 OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
thib
parents: 32
diff changeset
3 bin_PROGRAMS = otakunoraifu
22
759202cf1756 Use automake
thib
parents:
diff changeset
4
41
4c832144b3f2 OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
thib
parents: 32
diff changeset
5 otakunoraifu_SOURCES = xlovesys.cc
22
759202cf1756 Use automake
thib
parents:
diff changeset
6
41
4c832144b3f2 OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
thib
parents: 32
diff changeset
7 otakunoraifu_LDADD = system/libsystem.a scn2k/libscn2k.a window/libwindow.a \
22
759202cf1756 Use automake
thib
parents:
diff changeset
8 font/libfont.a music2/libmusic.a \
32
97b752b43502 * Removed SDL_rotozoom.{cc,h} (now uses SDL_gfx). TODO: improve configure.ac
thib
parents: 22
diff changeset
9 @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer -lSDL_gfx @SMPEG_LIBS@ \
22
759202cf1756 Use automake
thib
parents:
diff changeset
10 @X_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
11
759202cf1756 Use automake
thib
parents:
diff changeset
12 INCLUDES = @CFLAGS@ @DEFS@ @SDL_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
13
759202cf1756 Use automake
thib
parents:
diff changeset
14