diff options
Diffstat (limited to 'testprogs/win32/spoolss/GNUmakefile')
-rw-r--r-- | testprogs/win32/spoolss/GNUmakefile | 4 |
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 |