• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

OSX-ProjectBuilder/H03-May-2022-597476

VC++6.0/H22-Nov-2001-3,1151,469

bin/H03-May-2022-2013

debian/H22-Nov-2001-182110

doc/H03-May-2022-2,9262,307

eVC3/H03-May-2022-7,7986,007

etc/H22-Nov-2001-171138

lib/H22-Nov-2001-1711

rulesets/H22-Nov-2001-312245

scripts/H22-Nov-2001-2,9612,520

src/H22-Nov-2001-26,90918,973

MakefileH A D04-Sep-20012.1 KiB9865

Makefile.djH A D25-Aug-20011.3 KiB6551

Makefile.tcH A D08-Jul-20016.1 KiB264173

Makefile.watH A D25-Aug-20011.6 KiB7162

READMEH A D08-Sep-20011.2 KiB4433

Rules.djH A D22-Jul-2001408 1811

Rules.inH A D06-Sep-20011.5 KiB7661

Sarien.DICEH A D04-Nov-20011.9 KiB5743

Sarien.makeH A D19-Jul-20015 KiB193163

VersionH A D21-Nov-200116 21

configureH A D11-Nov-2001107.3 KiB3,7163,161

configure.inH A D21-Nov-20017.3 KiB308269

README

1$Id: README,v 1.15 2001/09/08 23:39:53 cmatsuoka Exp $
2
3Quick notes - see docs/README.* for detailed information
4
5Directories:
6
7./VC++6.0		Visual C++ files
8./OSX-ProjectBuilder	MacOS X files
9./eVC3			PocketPC files
10./doc			Documentation
11./etc			Configuration files
12./rulesets		Extra rulesets for different architectures
13./src/core		AGI interpreter core files
14./src/graphics		Graphic drivers
15./src/sound		Sound drivers
16./src/filesys		Filesystem access drivers
17
18The following compilers/environments can be used to build sarien:
19
20	Compiler	Operating System
21	--------------- ---------------------------------
22	GNU C compiler	UNIX, Linux, BeOS, QNX, AmigaOS
23	Cygwin/Mingw32	Win32
24	Visual C++	Win32
25	Embedded VC	WinCE
26	MIPSpro		IRIX
27	DJGPP		MS-DOS (uses Allegro)
28	Watcom C	MS-DOS
29	Turbo C++ 3.0	MS-DOS 16-bit
30	DICE C		AmigaOS
31	MPW		MacOS (in progress)
32
33
34To build in UNIX platforms, run './configure; make'. ./configure --help
35will show the build options. If you're using mingw32 or djgpp with a
36UNIX-like shell (ksh, bash), copy the appropriate ruleset from rulesets/
37to ./Rules.
38
39To build using VC++, check the files in the appropriate directory.
40
41The list of known bugs can be browsed at
42http://sourceforge.net/tracker/?group_id=24759&atid=382570
43
44