Skip to content

Commit

Permalink
Appveyor changes 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pow authored and Christopher Pow committed Mar 26, 2019
1 parent 02ee952 commit 8b837b8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build/windows-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ PATH=deps/Windows/GnuWin32/bin:$PATH
QTDIR=/c/Qt/5.12.1/mingw73_64
PATH=$PATH:$QTDIR/bin:/c/mingw/bin

echo $PATH
# check for deps
echo -n "Checking for dependencies package..."
if [ ! -d "deps" ]; then
Expand All @@ -18,10 +17,10 @@ else
fi
# add CONFIG+=debug to qmake to build debug.
echo Building NESICIDE...
( cd build/ide; qmake; make )
( cd build/ide; qmake; mingw64-make )
echo Building FamiTracker...
( cd build/famitracker; qmake; make )
( cd build/famitracker; qmake; mingw64-make )
echo Building FamiPlayer...
( cd build/famiplayer; qmake; make )
( cd build/famiplayer; qmake; mingw64-make )
echo Building NES Emulator...
( cd build/nes-emulator; qmake; make )
( cd build/nes-emulator; qmake; mingw64-make )

0 comments on commit 8b837b8

Please sign in to comment.