Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9caf14c4
Commit
9caf14c4
authored
Feb 19, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winetest: Get rid of the archive URL, it's no longer used.
parent
b3b7ecb3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
9 deletions
+2
-9
Makefile.in
programs/winetest/Makefile.in
+1
-1
dist.rc
programs/winetest/dist.rc
+0
-3
main.c
programs/winetest/main.c
+1
-4
resource.h
programs/winetest/resource.h
+0
-1
No files found.
programs/winetest/Makefile.in
View file @
9caf14c4
...
...
@@ -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
...
...
programs/winetest/dist.rc
View file @
9caf14c4
...
...
@@ -22,6 +22,3 @@
/* @makedep: build.nfo */
BUILD_INFO STRINGRES "build.nfo"
/* @makedep: tests.url */
TESTS_URL STRINGRES "tests.url"
programs/winetest/main.c
View file @
9caf14c4
...
...
@@ -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
);
...
...
programs/winetest/resource.h
View file @
9caf14c4
...
...
@@ -52,4 +52,3 @@
/* String resources */
#define BUILD_INFO 10001
#define TESTS_URL 10002
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment