Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Epiphany is a multi-platform clone of Boulderdash
(a.k.a Emerald Mine on the Amiga) made with SDL library.
It compiled nearly out of the box with this script:
../epiphany-0.7.0/configure CC=i386-aros-gcc CXX=i386-aros-g++ --host=i686-aros
\
CPPFLAGS=-g LDFLAGS=-nix --prefix=/PROGDIR --bindir=/PROGDIR \
--enable-static
The LIBS variables in the Makefiles had to be changed so that
they only contained -lSDL_mixer -lSDL.
Some small modifications to the source code were necessary which
have been sent back to the author.
|