testprogs: rename spoolss.exe to testspoolss.exe.
authorGünther Deschner <gd@samba.org>
Mon, 10 May 2010 09:01:54 +0000 (11:01 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 10 May 2010 09:50:25 +0000 (11:50 +0200)
Patch from Kurt Pfeifle <Kurt.Pfeifle@ricoh.de>.

Guenther

testprogs/win32/spoolss/Makefile
testprogs/win32/spoolss/error.c
testprogs/win32/spoolss/testspoolss.c [moved from testprogs/win32/spoolss/spoolss.c with 99% similarity]
testprogs/win32/spoolss/testspoolss.h [moved from testprogs/win32/spoolss/spoolss.h with 100% similarity]
testprogs/win32/spoolss/torture.c

index 8c9d71683ec0f6b674594631e0947abe7b3d6e91..5e984d43b193a6b872034afa49c703aedb04d430 100644 (file)
@@ -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)
 
index e5ad661dd4321551c15d7afd86927594a0dcba3a..3f965949e49b2213ee143e96e1736fd4201daf7e 100644 (file)
@@ -18,7 +18,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "spoolss.h"
+#include "testspoolss.h"
 
 const char *errstr(DWORD error)
 {
similarity index 99%
rename from testprogs/win32/spoolss/spoolss.c
rename to testprogs/win32/spoolss/testspoolss.c
index d98aee2e739efb9f46923040b88cc9feb3c69a48..7aa3703f89ff6ab367a20f06699e9993653b4436 100644 (file)
@@ -21,7 +21,7 @@
 /****************************************************************************
 ****************************************************************************/
 
-#include "spoolss.h"
+#include "testspoolss.h"
 #include "string.h"
 #include "torture.h"
 
index 27872a6ccc4093593418b94dcdcfce2c9aa52140..ff2824a73746d16012d312d2053e8b975fed6f2e 100644 (file)
@@ -18,7 +18,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "spoolss.h"
+#include "testspoolss.h"
 #include "torture.h"
 
 /****************************************************************************