Alexandre Julliard : user32/tests: We can now store binary files in the repository.

Alexandre Julliard julliard at winehq.org
Tue Sep 18 05:30:56 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 17 16:12:03 2007 +0200

user32/tests: We can now store binary files in the repository.

---

 .gitignore                      |    1 -
 dlls/user32/tests/Makefile.in   |    4 ----
 dlls/user32/tests/resource.rc   |    9 +--------
 dlls/user32/tests/test_mono.bmp |  Bin 0 -> 66 bytes
 4 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 97b7807..c55992b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -464,7 +464,6 @@ dlls/user32/resources/user32.res
 dlls/user32/resources/version16.res
 dlls/user32/tests/*.ok
 dlls/user32/tests/resource.res
-dlls/user32/tests/test_mono.bmp
 dlls/user32/tests/testlist.c
 dlls/user32/tests/user32_crosstest.exe
 dlls/usp10/libusp10.def
diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in
index 40fec5b..9fd26ec 100644
--- a/dlls/user32/tests/Makefile.in
+++ b/dlls/user32/tests/Makefile.in
@@ -30,10 +30,6 @@ CTESTS = \
 
 RC_SRCS = resource.rc
 
-RC_BINSRC = resource.rc
-RC_BINARIES = \
-	test_mono.bmp
-
 @MAKE_TEST_RULES@
 
 @DEPENDENCIES@  # everything below this line is overwritten by make depend
diff --git a/dlls/user32/tests/resource.rc b/dlls/user32/tests/resource.rc
index c2d5c30..31ec68f 100644
--- a/dlls/user32/tests/resource.rc
+++ b/dlls/user32/tests/resource.rc
@@ -97,15 +97,8 @@ BEGIN
     PUSHBUTTON      "Cancel",IDCANCEL,129,24,50,14
 END
 
-/* BINRES test_mono.bmp */
+/* @makedep: 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
 {
diff --git a/dlls/user32/tests/test_mono.bmp b/dlls/user32/tests/test_mono.bmp
new file mode 100644
index 0000000..0db4d81
Binary files /dev/null and b/dlls/user32/tests/test_mono.bmp differ




More information about the wine-cvs mailing list