diff --git a/dlls/ieframe/Makefile.in b/dlls/ieframe/Makefile.in index 726f4dc06e2..a310dd9424b 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 e15928f45b4..58f6fb78c2c 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 ab92a781902..894585b110c 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 3529ee431c6..cabcad131a7 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