Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (543) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1735
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 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
|