lotsa movie cleanups, added truecolor mve support, standalone mveplayer

This commit is contained in:
Bradley Bell 2003-02-12 09:04:28 +00:00
parent e1c12d4452
commit fc4a0157cc
2 changed files with 9 additions and 1 deletions

View file

@ -19,7 +19,8 @@ endif
libmain_a_SOURCES = ${EDITOR_SRCS} ${NETWORK_SRCS} \
ai.c ai2.c aipath.c automap.c bm.c \
cmd.c cntrlcen.c collide.c config.c console.c \
controls.c credits.c crypt.c effects.c endlevel.c \
controls.c credits.c crypt.c decoder16.c decoder8.c \
effects.c endlevel.c \
escort.c fireball.c fuelcen.c fvi.c game.c \
gamecntl.c gamefont.c gamemine.c gamepal.c gamerend.c \
gamesave.c gameseg.c gameseq.c gauges.c hoard.c \

7
main/Makefile.mveplay Normal file
View file

@ -0,0 +1,7 @@
CFLAGS=`sdl-config --cflags` -Wall -g -DSTANDALONE -I../include
LDFLAGS=`sdl-config --libs`
mveplay: mveplay.o mvelib.o mve_audio.o decoder16.o decoder8.o mve_main.o
clean:
rm -f mveplay mveplay.o mvelib.o mve_audio.o decoder16.o decoder8.o mve_main.o