Module: wine Branch: master Commit: d134e7520bc13d847341b4ae2da3cc66c3fb3640 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d134e7520bc13d847341b4ae2d...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jul 27 14:46:25 2011 +0200
ieframe: Moved image resources to ieframe.
---
dlls/ieframe/Makefile.in | 3 +++ dlls/ieframe/ieframe.rc | 3 +++ dlls/{shdocvw => ieframe}/ietoolbar.bmp | Bin 24698 -> 24698 bytes dlls/{shdocvw => ieframe}/ietoolbar.svg | 0 dlls/shdocvw/Makefile.in | 3 --- dlls/shdocvw/shdocvw.rc | 3 --- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dlls/ieframe/Makefile.in b/dlls/ieframe/Makefile.in index 726f4dc..a310dd9 100644 --- a/dlls/ieframe/Makefile.in +++ b/dlls/ieframe/Makefile.in @@ -31,6 +31,9 @@ RC_SRCS = \
PO_SRCS = ieframe.rc
+SVG_SRCS = \ + ietoolbar.svg + IDL_TLB_SRCS = ieframe_v1.idl
@MAKE_DLL_RULES@ diff --git a/dlls/ieframe/ieframe.rc b/dlls/ieframe/ieframe.rc index e15928f..58f6fb7 100644 --- a/dlls/ieframe/ieframe.rc +++ b/dlls/ieframe/ieframe.rc @@ -87,3 +87,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: ieframe_v1.tlb */ 1 TYPELIB ieframe_v1.tlb + +/* @makedep: ietoolbar.bmp */ +IDB_IETOOLBAR BITMAP ietoolbar.bmp diff --git a/dlls/shdocvw/ietoolbar.bmp b/dlls/ieframe/ietoolbar.bmp similarity index 100% rename from dlls/shdocvw/ietoolbar.bmp rename to dlls/ieframe/ietoolbar.bmp diff --git a/dlls/shdocvw/ietoolbar.svg b/dlls/ieframe/ietoolbar.svg similarity index 100% rename from dlls/shdocvw/ietoolbar.svg rename to dlls/ieframe/ietoolbar.svg diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in index ab92a78..894585b 100644 --- a/dlls/shdocvw/Makefile.in +++ b/dlls/shdocvw/Makefile.in @@ -25,9 +25,6 @@ C_SRCS = \ RC_SRCS = \ shdocvw.rc
-SVG_SRCS = \ - ietoolbar.svg - IDL_TLB_SRCS = shdocvw_v1.idl IDL_R_SRCS = shdocvw_v1.idl
diff --git a/dlls/shdocvw/shdocvw.rc b/dlls/shdocvw/shdocvw.rc index 3529ee4..cabcad1 100644 --- a/dlls/shdocvw/shdocvw.rc +++ b/dlls/shdocvw/shdocvw.rc @@ -38,6 +38,3 @@ REGINST REGINST shdocvw.inf
/* @makedep: shdocvw.rgs */ 2 WINE_REGISTRY shdocvw.rgs - -/* @makedep: ietoolbar.bmp */ -IDB_IETOOLBAR BITMAP ietoolbar.bmp