user32/tests: We can now store binary files in the repository.
This commit is contained in:
parent
72fc6cdf27
commit
2018b18638
|
@ -464,7 +464,6 @@ dlls/user32/resources/user32.res
|
||||||
dlls/user32/resources/version16.res
|
dlls/user32/resources/version16.res
|
||||||
dlls/user32/tests/*.ok
|
dlls/user32/tests/*.ok
|
||||||
dlls/user32/tests/resource.res
|
dlls/user32/tests/resource.res
|
||||||
dlls/user32/tests/test_mono.bmp
|
|
||||||
dlls/user32/tests/testlist.c
|
dlls/user32/tests/testlist.c
|
||||||
dlls/user32/tests/user32_crosstest.exe
|
dlls/user32/tests/user32_crosstest.exe
|
||||||
dlls/usp10/libusp10.def
|
dlls/usp10/libusp10.def
|
||||||
|
|
|
@ -30,10 +30,6 @@ CTESTS = \
|
||||||
|
|
||||||
RC_SRCS = resource.rc
|
RC_SRCS = resource.rc
|
||||||
|
|
||||||
RC_BINSRC = resource.rc
|
|
||||||
RC_BINARIES = \
|
|
||||||
test_mono.bmp
|
|
||||||
|
|
||||||
@MAKE_TEST_RULES@
|
@MAKE_TEST_RULES@
|
||||||
|
|
||||||
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
||||||
|
|
|
@ -97,15 +97,8 @@ BEGIN
|
||||||
PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
|
PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
|
||||||
END
|
END
|
||||||
|
|
||||||
/* BINRES test_mono.bmp */
|
/* @makedep: test_mono.bmp */
|
||||||
100 BITMAP test_mono.bmp
|
100 BITMAP test_mono.bmp
|
||||||
/* {
|
|
||||||
'42 4D 42 00 00 00 00 00 00 00 3E 00 00 00 28 00'
|
|
||||||
'00 00 02 00 00 00 01 00 00 00 01 00 01 00 00 00'
|
|
||||||
'00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00'
|
|
||||||
'00 00 00 00 00 00 00 00 00 00 FF FF FF 00 40 00'
|
|
||||||
'00 00'
|
|
||||||
} */
|
|
||||||
|
|
||||||
1 MENU
|
1 MENU
|
||||||
{
|
{
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 66 B |
Loading…
Reference in New Issue