| 
 
 
  Audio (109) 
  Datatype (15) 
  Demo (64) 
  Development (254) 
  Document (66) 
  Driver (19) 
  Emulation (64) 
  Game (554) 
  Graphics (231) 
  Library (23) 
  Network (65) 
  Office (22) 
  Utility (284) 
  Video (19) 
 Total files: 1789
 
 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.
 |