From eb28a761e910f0ffec118ffd3a16ef4971da1232 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 10 May 2010 11:01:54 +0200 Subject: testprogs: rename spoolss.exe to testspoolss.exe. Patch from Kurt Pfeifle . Guenther --- testprogs/win32/spoolss/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testprogs/win32/spoolss/Makefile') diff --git a/testprogs/win32/spoolss/Makefile b/testprogs/win32/spoolss/Makefile index 8c9d71683e..5e984d43b1 100644 --- a/testprogs/win32/spoolss/Makefile +++ b/testprogs/win32/spoolss/Makefile @@ -3,7 +3,7 @@ LIBS = kernel32.lib gdi32.lib user32.lib shell32.lib \ advapi32.lib ole32.lib ws2_32.lib rpcrt4.lib WINSPOOL_LIBS = winspool.lib -all: spoolss.exe +all: testspoolss.exe .cpp.obj: cl /c $(CFLAGS) $*.cpp @@ -32,9 +32,9 @@ torture.obj: torture.c # binaries ############################### -spoolss.obj: spoolss.c +testspoolss.obj: testspoolss.c -spoolss.exe: spoolss.obj printlib.obj error.obj torture.obj - cl $(CFLAGS) /Fe$@ spoolss.obj printlib.obj error.obj torture.obj \ +testspoolss.exe: testspoolss.obj printlib.obj error.obj torture.obj + cl $(CFLAGS) /Fe$@ testspoolss.obj printlib.obj error.obj torture.obj \ /link /incremental:no /subsystem:console $(LIBS) $(WINSPOOL_LIBS) -- cgit