annotate Makefile.w32 @ 32:21a8993f3127

Fix the previous commit.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 01:20:42 +0200
parents f896fe6a98da
children
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
25
f896fe6a98da Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 23
diff changeset
7 OBJPATH ?= obj/win32/
23
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 EXEEXT ?= .exe
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
702fb015c844 Add mingw32 crossbuild Makefile for win32 target.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 include Makefile.gwin