changeset 354:0e818307e90b

Update README for the changes in MiNGW cross-build Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 24 Jan 2020 04:55:09 +0200
parents bf954444cce7
children 9924d4518932
files README.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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) ???