annotate Makefile.w32 @ 23:702fb015c844

Add mingw32 crossbuild Makefile for win32 target.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 21:32:04 +0200
parents
children f896fe6a98da
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 # For win32 version cross-compilation with MinGW suite @ Linux
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 #
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 MINGW_PREFIX=i686-w64-mingw32-
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 MINGW_PATH=/usr/i686-w64-mingw32
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 EXEEXT ?= .exe
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 include Makefile.gwin