view Makefile.w32 @ 30:3b0b5d73829e

Improve Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 01:17:54 +0200
parents f896fe6a98da
children
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

OBJPATH ?= obj/win32/
EXEEXT ?= .exe

include Makefile.gwin