From f754942862f0405454834154154c4b3b737ba53a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 10 May 2010 11:22:32 +0200 Subject: testprogs: update Makefile.mingw (although mingw current cant build it). Guenther --- testprogs/win32/spoolss/Makefile.mingw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testprogs/win32') diff --git a/testprogs/win32/spoolss/Makefile.mingw b/testprogs/win32/spoolss/Makefile.mingw index 4ff7155250..7c66075aed 100644 --- a/testprogs/win32/spoolss/Makefile.mingw +++ b/testprogs/win32/spoolss/Makefile.mingw @@ -4,7 +4,7 @@ LDFLAGS=-L/usr/i686-pc-mingw32/sys-root/mingw/lib CC=/usr/bin/i686-pc-mingw32-gcc LIBS=-lwinspool -all: spoolss.exe +all: testspoolss.exe clean: rm -vf *.exe tags @@ -17,7 +17,7 @@ proto: mkproto.pl printlib.c --private=printlib_proto.h --public=printlib_proto_pub.h --srcdir=. --builddir=. mkproto.pl torture.c --private=torture_proto.h --public=torture_proto_pub.h --srcdir=. --builddir=. -spoolss.exe: spoolss.c printlib.c torture.c error.c - @echo Compiling spoolss.exe - @$(CC) $(CFLAGS) $(LDFLAGS) spoolss.c printlib.c torture.c error.c $(LIBS) -o spoolss.exe +testspoolss.exe: testspoolss.c printlib.c torture.c error.c + @echo Compiling testspoolss.exe + @$(CC) $(CFLAGS) $(LDFLAGS) testspoolss.c printlib.c torture.c error.c $(LIBS) -o testspoolss.exe -- cgit