diff Makefile.cross-mingw @ 2418:8abdd95139d6

Build system cleanups: reordering, more comments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jan 2020 03:01:00 +0200
parents 69a5af2eb1ea
children 71f04d8e791e
line wrap: on
line diff
--- a/Makefile.cross-mingw	Tue Jan 14 02:44:11 2020 +0200
+++ b/Makefile.cross-mingw	Tue Jan 14 03:01:00 2020 +0200
@@ -1,11 +1,12 @@
-#
-# For Win32/Win64 version cross-compilation via MinGW
-# compiler suite under Linux/Unix
+###
+### For Win32/Win64 version cross-compilation via MinGW
+### compiler suite under Linux/Unix
+###
 #
 # This Makefile assumes that you have MinGW installed under /usr
 # the way Debian MinGW packages do. It also assumes that you have
 # built/installed libogg, Tremor, libpng16, SDL2 ad SDL2_ttf under
-# /usr/local in similar fashion.
+# __ /usr/local __ (not /usr!) in similar fashion.
 #
 # For differing configurations you will have to either edit this
 # file or alternatively provide make parameters, e.g.
@@ -49,7 +50,6 @@
 #ZLIB_LDFLAGS ?= $(MINGW_LOCAL_PATH)/lib/libz.a
 ZLIB_LDFLAGS ?= $(MINGW_SYS_PATH)/lib/libz.a
 
-
 TOOL_LDFLAGS ?= -mconsole -lmingw32
 
 include $(DMLIB)Makefile.gen