From d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 May 2010 13:30:58 +0200 Subject: testprogs/win32: make it possible to specify MINGW_CC metze --- testprogs/win32/testmailslot/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testprogs/win32/testmailslot') diff --git a/testprogs/win32/testmailslot/GNUmakefile b/testprogs/win32/testmailslot/GNUmakefile index c1c421527e..a41fb91efb 100644 --- a/testprogs/win32/testmailslot/GNUmakefile +++ b/testprogs/win32/testmailslot/GNUmakefile @@ -1,6 +1,7 @@ INCLUDES=-I. CFLAGS=$(INCLUDES) -CC=i586-mingw32msvc-gcc +MINGW_CC = i586-mingw32msvc-cc +CC = $(MINGW_CC) all: testmailslot.exe -- cgit