summaryrefslogtreecommitdiff
path: root/testprogs/win32/spoolss
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-19 13:30:58 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-19 13:59:45 +0200
commitd18fbda0d0bd7d4cd702e1feb80d5803a4afcc39 (patch)
tree855e1a036b303409ccae1d6334c14d226c0567fd /testprogs/win32/spoolss
parent4ce04f6f6fe5c485045cd870cb9ad2e3f2063659 (diff)
downloadsamba-d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39.tar.gz
samba-d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39.tar.bz2
samba-d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39.zip
testprogs/win32: make it possible to specify MINGW_CC
metze
Diffstat (limited to 'testprogs/win32/spoolss')
-rw-r--r--testprogs/win32/spoolss/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/testprogs/win32/spoolss/GNUmakefile b/testprogs/win32/spoolss/GNUmakefile
index e35ca87c22..0321a655e9 100644
--- a/testprogs/win32/spoolss/GNUmakefile
+++ b/testprogs/win32/spoolss/GNUmakefile
@@ -1,5 +1,7 @@
CFLAGS=-I../../../
-CC=i686-pc-mingw32-gcc
+MINGW_CC = i586-mingw32msvc-cc
+CC = $(MINGW_CC)
+
LIBS=-lwinspool
all: testspoolss.exe