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:
+1
-1
@@ -132,7 +132,7 @@ steps:
|
||||
export PDCURSES_TOP=../submodules/pdcurses
|
||||
export LUA_VERSION=5.4.3
|
||||
export TRAVIS_COMPILER=1
|
||||
cp ../sys/winnt/Makefile.gcc ./Makefile
|
||||
cp ../sys/windows/Makefile.gcc ./Makefile
|
||||
mingw32-make LUA_VERSION=$LUA_VERSION install
|
||||
condition: eq( variables.toolchain, 'mingw' )
|
||||
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)/src
|
||||
|
||||
Reference in New Issue
Block a user