windowsify rogue build (#1310)
* update rogue makefile * update roguelib libs * update rogue makefile * update rogue libs * add ncurses * add rogue WIN artifacts
This commit is contained in:
@@ -5,12 +5,10 @@ make clean;
|
||||
if [ "$HOST" = "x86_64-w64-mingw32" ]; then
|
||||
echo building rogue.exe...
|
||||
./configure --host=x86_64-w64-mingw32
|
||||
mkdir ncurses && cd ncurses
|
||||
echo $PWD
|
||||
wget https://invisible-island.net/datafiles/release/mingw32.zip
|
||||
unzip mingw32.zip && rm mingw32.zip
|
||||
wget https://github.com/KomodoPlatform/rogue/releases/download/0.3.3b-01/x86_64-w64-mingw32.tar.gz
|
||||
tar xvfz x86_64-w64-mingw32.tar.gz && rm x86_64-w64-mingw32.tar.gz
|
||||
echo lib archive cleaned
|
||||
cd ..
|
||||
echo $PWD
|
||||
if make -f Makefile_win "$@"; then
|
||||
echo rogue.exe build SUCCESSFUL
|
||||
|
||||
Reference in New Issue
Block a user