view Makefile.w32 @ 44:c32b6fc0951b

Update to newer dmlib API.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Oct 2014 14:53:04 +0300
parents d17d31b736c2
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

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

include Makefile.gwin