diff options
Diffstat (limited to 'testprogs/win32')
-rw-r--r-- | testprogs/win32/spoolss/GNUmakefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testprogs/win32/spoolss/GNUmakefile b/testprogs/win32/spoolss/GNUmakefile index 7c66075aed..e35ca87c22 100644 --- a/testprogs/win32/spoolss/GNUmakefile +++ b/testprogs/win32/spoolss/GNUmakefile @@ -1,7 +1,5 @@ -MAKE=mingw32-make -CFLAGS=-I../../../ -I/usr/i686-pc-mingw32/sys-root/mingw/include -LDFLAGS=-L/usr/i686-pc-mingw32/sys-root/mingw/lib -CC=/usr/bin/i686-pc-mingw32-gcc +CFLAGS=-I../../../ +CC=i686-pc-mingw32-gcc LIBS=-lwinspool all: testspoolss.exe |