rename sys/winnt to sys/windows move vs (visual studio) folder out of win/win32 and into sys/windows rename include/ntconf.h to include/windconf.h rename winnt.c to windsys.c place visual studio projects into individual subfolders. This will hopefully resolve GitHub issue #484 as well.
10 lines
204 B
Modula-2
10 lines
204 B
Modula-2
NAME NETHACK
|
|
DESCRIPTION 'NetHack 3.7.0 for Windows'
|
|
EXETYPE WINDOWS
|
|
STUB 'WINSTUB.EXE'
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE MULTIPLE
|
|
HEAPSIZE 4096
|
|
STACKSIZE 9216
|
|
EXPORTS WndProc
|