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:
@@ -30,8 +30,8 @@ against ncurses. Edit Makefile.src if you wish to compile against a
|
||||
different curses library, such as PDCurses for SDL.
|
||||
|
||||
Windows build instructions: If you are using Mingw32 as your compiler,
|
||||
then follow the instructions in sys/winnt/Install.nt with the following
|
||||
changes:
|
||||
then follow the instructions in sys/windows/Install.windows with the
|
||||
following changes:
|
||||
|
||||
* After running nhsetup, manually copy the file cursmake.gcc to the
|
||||
src/ subdirectory
|
||||
|
||||
Reference in New Issue
Block a user