Commit 4dc1ee05 authored by Herve Chanal's avatar Herve Chanal Committed by Alexandre Julliard

winetest: A nicer icon.

parent a3557272
...@@ -17,6 +17,8 @@ C_SRCS = \ ...@@ -17,6 +17,8 @@ C_SRCS = \
RC_SRCS = \ RC_SRCS = \
winetest.rc winetest.rc
SVG_SRCS = winetest.svg
@MAKE_PROG_RULES@ @MAKE_PROG_RULES@
# List of test executables (auto-generated by make_makefiles) # List of test executables (auto-generated by make_makefiles)
...@@ -286,6 +288,6 @@ winetest-dist.exe: $(OBJS) dist.res.o Makefile.in ...@@ -286,6 +288,6 @@ winetest-dist.exe: $(OBJS) dist.res.o Makefile.in
tests.rc: maketest Makefile.in tests.rc: maketest Makefile.in
$(SRCDIR)/maketest $(TOPSRCDIR) > $@ || ($(RM) $@ && exit 1) $(SRCDIR)/maketest $(TOPSRCDIR) > $@ || ($(RM) $@ && exit 1)
dist.res: winetest.rc tests.rc build.id build.nfo tests.url wine.ico $(TESTBINS) dist.res: winetest.rc tests.rc build.id build.nfo tests.url winetest.ico $(TESTBINS)
@DEPENDENCIES@ # everything below this line is overwritten by make depend @DEPENDENCIES@ # everything below this line is overwritten by make depend
...@@ -80,8 +80,8 @@ BEGIN ...@@ -80,8 +80,8 @@ BEGIN
DEFPUSHBUTTON "Close", IDCANCEL, 55, 40, 40, 14 DEFPUSHBUTTON "Close", IDCANCEL, 55, 40, 40, 14
END END
/* @makedep: wine.ico */ /* @makedep: winetest.ico */
IDI_WINE ICON "wine.ico" IDI_WINE ICON "winetest.ico"
/* list of tests (automatically generated by make_makefiles) */ /* list of tests (automatically generated by make_makefiles) */
......
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