Tnx for the windows wallet.
Earlier I tried to make one myself and got this error:
osboxes@osboxes:~/Downloads/rdm/depends$ make HOST=x86_64-w64-mingw32 -j4
make: *** No targets specified and no makefile found. Stop.
What could be wrong?
cd depends/
make download-win
sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
make HOST=x86_64-w64-mingw32 -j4
cd..
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
make