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

..03-May-2022-

old/H03-May-2022-3,4873,350

Files.rH A D24-Jun-20016.4 KiB123122

Install.mwH A D24-Jun-20019.4 KiB290229

MacHelpH A D24-Jun-20017.7 KiB168133

NHDefltsH A D24-Jun-20012.4 KiB9462

NHrsrc.hqxH A D24-Jun-200165.5 KiB1,0181,017

NHsound.hqxH A D24-Jun-2001270.4 KiB4,1984,196

NewsH A D24-Jun-2001301 85

READMEH A D24-Jun-20011.2 KiB2620

dprintf.cH A D24-Jun-20011.1 KiB4836

maccurs.cH A D24-Jun-20014.4 KiB222185

macerrs.cH A D24-Jun-20013.7 KiB149112

macfile.cH A D24-Jun-20019.4 KiB465344

machelp.hqxH A D24-Jun-20014.2 KiB6866

macmain.cH A D24-Jun-20016.5 KiB291220

macmenu.cH A D24-Jun-200128.9 KiB1,166859

macsnd.cH A D24-Jun-20012.4 KiB10762

mactopl.cH A D24-Jun-20011.5 KiB7150

mactty.cH A D24-Jun-200127.4 KiB1,202822

macunix.cH A D24-Jun-20011 KiB5638

macwin.cH A D24-Jun-200162.4 KiB2,5602,028

mgetline.cH A D24-Jun-20011.7 KiB8049

mmodal.cH A D24-Jun-200113.9 KiB663502

mrecover.cH A D24-Jun-200131.3 KiB1,4201,012

mrecover.hqxH A D24-Jun-20014.4 KiB7068

mttymain.cH A D24-Jun-200112 KiB580435

README

126 Nov, 1999
2
3NetHack 3.3.0 was built with Metrowerk's Pro 4 compiler on a PPC
4system.  We are still compiling with 68K alignment because we know
5it works.  No one has checked lately if the PPC alignment bug
6still exists.
7
8
923 May, 1996
10
11NetHack 3.2.1 was built with Metrowerk's DR8 compiler on a PPC system.
12The official 68K and PPC versions were compiled with 68K Alignment
13to share files.  The 3.2.0 versions were compiled with PPC alignment,
14but it was discovered that the Metrowerks 68K compiler has a bug with
15PPC alignment and structures that can be aligned to a single byte.  This
16bug _may_ be fixed in DR10, it is not fixed in DR9.  Why bother with PPC
17alignment at all?  Because the space saving from 68K alignment is small
18and the PowerPC version will run better.  The 68K version was compiled
19with 4 byte ints using the far model.
20
21Only the Metrowerks compiler has been used to compile the code in a
22long time.  It is _very_ likely that the other compilers, Think C and
23MPW C, will no longer be able to compile NetHack out of the box.  They
24and their files have been moved to the "old" directory until such time
25that someone can compile with them.
26