change references from winnt to windows
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.
This commit is contained in:
9
sys/windows/nethack.def
Normal file
9
sys/windows/nethack.def
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user