# HG changeset patch # User Matti Hamalainen # Date 1579834509 -7200 # Node ID 0e818307e90be898185a543b771870d34d080b05 # Parent bf954444cce7e10d834a7603be0f064c9bc7e874 Update README for the changes in MiNGW cross-build Makefiles. diff -r bf954444cce7 -r 0e818307e90b README.txt --- a/README.txt Tue Jan 21 08:09:13 2020 +0200 +++ b/README.txt Fri Jan 24 04:55:09 2020 +0200 @@ -37,13 +37,13 @@ $ hg clone https://tnsp.org/hg/th-libs -1) Possibly edit Makefile / Makefile.w32 +1) Possibly edit Makefile / Makefile.cross-mingw 2) $ make - or, if cross-compiling to Win32 via MinGW + or, if cross-compiling to Win 32/64 via MinGW - $ make -f Makefile.w32 + $ make -f Makefile.cross-mingw MINGW=32 3) ???