disable the unrecognized nls and x flags
[AROS-Contrib.git] / Games / XInvaders3D / README.dos
blob1294a15fcf8f94d7ad7a9fadd54d695f9770b601
1 See the file README for complete information about XInvaders 3D 
2 in general. This file covers MS-DOS issues only.
4 INFORMATION FOR PLAYERS:
6 This is the MS-DOS port of XInvaders 3D. It should run on any 
7 IBM-PC or compatible, running some version of MS-DOS greater than 6.0. 
8 To start the game, just type: xinv3d. See README for instructions.
10 MS-DOS port done by Don Llopis (dllopi01@fiu.edu).
12 INFORMATION FOR PROGRAMMERS:
14 To build the game, type: 
15         make -f Makefile.dos
17 You must have the latest version of DJGPP (a 32bit DOS compiler) and at 
18 least version 3.12 of the Allegro graphics library.
20 If you make any modifications to the code, please keep ALL DOS-specific
21 code in main-dos.c.
23 Both DJGPP and Allegro can be found here:
24 http://www.delorie.com/djgpp/
26 Have Fun!
27 Don Llopis
28 dllopi01@fiu.edu