comparison build/Makefile.mingw32 @ 373:2056dfdd42c6

Toward win64 build eventually
author Chris Cannam
date Wed, 06 Aug 2014 16:30:34 +0100
parents cb6c59627bcc
children 7284eef3c4ef
comparison
equal deleted inserted replaced
371:490e5d01766c 373:2056dfdd42c6
59 # 59 #
60 default: all 60 default: all
61 61
62 # Tools selection 62 # Tools selection
63 # 63 #
64 TOOLPREFIX ?= i586-mingw32msvc- 64 TOOLPREFIX ?= i686-w64-mingw32-
65 CXX = $(TOOLPREFIX)g++ 65 CXX = $(TOOLPREFIX)g++
66 CC = $(TOOLPREFIX)gcc 66 CC = $(TOOLPREFIX)gcc
67 LD = $(TOOLPREFIX)g++ 67 LD = $(TOOLPREFIX)g++
68 AR = $(TOOLPREFIX)ar 68 AR = $(TOOLPREFIX)ar
69 RANLIB = $(TOOLPREFIX)ranlib 69 RANLIB = $(TOOLPREFIX)ranlib