Short: Source code for AROS port of game Abuse Author: Crack Dot Com, Sam Hocevar, AROS port by submitter Uploader: mrustler gmx de (Matthias Rustler) Type: game/actio Version: 0.7.1 Architecture: generic Several fixes were necessary to make Abuse compilable under AROS. Therefore I'm releasing the source in its own package. I've cross-compiled it from Linux with this script: ../abuse-0.7.1/configure CC=i386-aros-gcc CXX=i386-aros-g++ --host=i686-aros LDFLAGS=-nix CPPFLAGS=-D_P1003_1B_VISIBLE --prefix=/PROGDIR --bindir=/PROGDIR --disable-shared --without-pic --with-sdl-exec-prefix=/home/mazze/projects/tstaros After configuring some fixes are necessary. IIRC: -adding "typedef unsigned short ushort;" to config.h -in the Makefiles: removing -L/usr and -lGL from LIBS Uploaded using: archives.aros-exec.org