Alexandre Julliard : winetest: Get rid of the archive URL, it' s no longer used.

Alexandre Julliard julliard at winehq.org
Fri Feb 20 12:49:31 CST 2009


Module: wine
Branch: master
Commit: 9caf14c44434ec02f2e3ec58ad734df38f2d66d6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9caf14c44434ec02f2e3ec58ad734df38f2d66d6

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Feb 19 20:27:53 2009 +0100

winetest: Get rid of the archive URL, it's no longer used.

---

 programs/winetest/Makefile.in |    2 +-
 programs/winetest/dist.rc     |    3 ---
 programs/winetest/main.c      |    5 +----
 programs/winetest/resource.h  |    1 -
 4 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/programs/winetest/Makefile.in b/programs/winetest/Makefile.in
index 05427e7..140adb5 100644
--- a/programs/winetest/Makefile.in
+++ b/programs/winetest/Makefile.in
@@ -55,7 +55,7 @@ winetest-dist.exe: $(OBJS) dist.res.o Makefile.in
 	$(CC) $(APPMODE) $(OBJS) dist.res.o -o $@ -L$(DLLDIR) $(IMPORTS:%=-L$(DLLDIR)/%) $(ALL_LIBS)
 	-upx -9 -qqq $@
 
-dist.res: winetest.rc tests.rc build.nfo tests.url winetest.ico $(TESTBINS)
+dist.res: winetest.rc tests.rc build.nfo winetest.ico $(TESTBINS)
 
 @DEPENDENCIES@  # everything below this line is overwritten by make depend
 
diff --git a/programs/winetest/dist.rc b/programs/winetest/dist.rc
index e7080db..4acbfa6 100644
--- a/programs/winetest/dist.rc
+++ b/programs/winetest/dist.rc
@@ -22,6 +22,3 @@
 
 /* @makedep: build.nfo */
 BUILD_INFO STRINGRES "build.nfo"
-
-/* @makedep: tests.url */
-TESTS_URL  STRINGRES "tests.url"
diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index ab9c79e..e53502d 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -631,10 +631,7 @@ run_tests (char *logname)
 
     xprintf ("Version 4\n");
     xprintf ("Tests from build %s\n", build_id[0] ? build_id : "-" );
-    strres = extract_rcdata (MAKEINTRESOURCE(TESTS_URL), STRINGRES, &strsize);
-    xprintf ("Archive: ");
-    if (strres) xprintf ("%.*s", strsize, strres);
-    else xprintf ("-\n");
+    xprintf ("Archive: -\n");  /* no longer used */
     xprintf ("Tag: %s\n", tag);
     xprintf ("Build info:\n");
     strres = extract_rcdata (MAKEINTRESOURCE(BUILD_INFO), STRINGRES, &strsize);
diff --git a/programs/winetest/resource.h b/programs/winetest/resource.h
index 4b21491..6676508 100644
--- a/programs/winetest/resource.h
+++ b/programs/winetest/resource.h
@@ -52,4 +52,3 @@
 /* String resources */
 
 #define BUILD_INFO 10001
-#define TESTS_URL  10002




More information about the wine-cvs mailing list