comparison 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
comparison
equal deleted inserted replaced
22:c57df9d21007 23:702fb015c844
1 #
2 # For win32 version cross-compilation with MinGW suite @ Linux
3 #
4 MINGW_PREFIX=i686-w64-mingw32-
5 MINGW_PATH=/usr/i686-w64-mingw32
6
7 EXEEXT ?= .exe
8
9 include Makefile.gwin