view Makefile.w64 @ 38:ea2d19de8932

Improve package building process.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 16:58:29 +0300
parents d17d31b736c2
children
line wrap: on
line source

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

BINPATH ?= ./exe/
OBJPATH ?= ./obj/win64/
EXEEXT ?= -w64.exe

include Makefile.gwin