Commit 9caf14c4 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent b3b7ecb3
...@@ -55,7 +55,7 @@ winetest-dist.exe: $(OBJS) dist.res.o 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) $(CC) $(APPMODE) $(OBJS) dist.res.o -o $@ -L$(DLLDIR) $(IMPORTS:%=-L$(DLLDIR)/%) $(ALL_LIBS)
-upx -9 -qqq $@ -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 @DEPENDENCIES@ # everything below this line is overwritten by make depend
......
...@@ -22,6 +22,3 @@ ...@@ -22,6 +22,3 @@
/* @makedep: build.nfo */ /* @makedep: build.nfo */
BUILD_INFO STRINGRES "build.nfo" BUILD_INFO STRINGRES "build.nfo"
/* @makedep: tests.url */
TESTS_URL STRINGRES "tests.url"
...@@ -631,10 +631,7 @@ run_tests (char *logname) ...@@ -631,10 +631,7 @@ run_tests (char *logname)
xprintf ("Version 4\n"); xprintf ("Version 4\n");
xprintf ("Tests from build %s\n", build_id[0] ? build_id : "-" ); xprintf ("Tests from build %s\n", build_id[0] ? build_id : "-" );
strres = extract_rcdata (MAKEINTRESOURCE(TESTS_URL), STRINGRES, &strsize); xprintf ("Archive: -\n"); /* no longer used */
xprintf ("Archive: ");
if (strres) xprintf ("%.*s", strsize, strres);
else xprintf ("-\n");
xprintf ("Tag: %s\n", tag); xprintf ("Tag: %s\n", tag);
xprintf ("Build info:\n"); xprintf ("Build info:\n");
strres = extract_rcdata (MAKEINTRESOURCE(BUILD_INFO), STRINGRES, &strsize); strres = extract_rcdata (MAKEINTRESOURCE(BUILD_INFO), STRINGRES, &strsize);
......
...@@ -52,4 +52,3 @@ ...@@ -52,4 +52,3 @@
/* String resources */ /* String resources */
#define BUILD_INFO 10001 #define BUILD_INFO 10001
#define TESTS_URL 10002
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment