1                 xrobots - fight off villainous robots (X Windows).
2
3Changes for HPUX 10.20:
4
5	Imakefile:
6	'EXTRA_INCLUDES = -I/usr/contrib/X11R5/include' changed to
7	'EXTRA_INCLUDES = -I/usr/contrib/X11R6/include' because  of a compiler
8	error- not being able to include Xaw header files.
9
10	main.c:
11	line 209 - argument 5 casted to (int *) .
12	line 304 & 305 - 4th arguments casted to (XtEventHandler) .
13
14	score.c:
15	Lines 102 & 123 to remove warnings redefined function prototypes on line
16	70 from void output to static void output and moved to lines 73 &74.
17
18	Line 131 - casted the 2nd argument of strncpy to (const char *) .
19	Line 247 - casted the 3rd argument to (XtCallbackProc) .
20
21Compilation :
22
23        simply ...
24
25	xmkmf
26	make
27
28To install the package, change the install path in the Imakefile
29to the desired location then type...
30
31	make install
32
33to install the manual..
34
35	make install.man
36
37Please see the README file for more information.
38
39
40
41
42  Chris Goodall; chrisg@csc.liv.ac.uk
43
4410.20 Port: D.J. Burns; djburns@csc.liv.ac.uk
45