view 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
line wrap: on
line source

#
# For win32 version cross-compilation with MinGW suite @ Linux
#
MINGW_PREFIX=i686-w64-mingw32-
MINGW_PATH=/usr/i686-w64-mingw32

EXEEXT ?= .exe

include Makefile.gwin