view Makefile.w32 @ 29:a3657801e5cb

Added generic Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 16 Mar 2013 13:58:50 +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