Makefile.mingw32: set default prefix
authorPaul Brossier <piem@piem.org>
Sat, 31 Jan 2015 09:51:35 +0000 (10:51 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 31 Jan 2015 09:51:35 +0000 (10:51 +0100)
Makefile.mingw32

index 3229a14..ef3a7f5 100644 (file)
@@ -6,7 +6,7 @@
 ##  Note that the list of source files, etc, goes in Makefile.inc
 ##  instead so that it can be included by all platform Makefiles.
 
 ##  Note that the list of source files, etc, goes in Makefile.inc
 ##  instead so that it can be included by all platform Makefiles.
 
-TOOLPREFIX     ?=
+TOOLPREFIX     ?= i586-mingw32msvc-
 CXX            = $(TOOLPREFIX)g++
 CC             = $(TOOLPREFIX)gcc
 LD             = $(TOOLPREFIX)g++
 CXX            = $(TOOLPREFIX)g++
 CC             = $(TOOLPREFIX)gcc
 LD             = $(TOOLPREFIX)g++