ieframe: Moved image resources to ieframe.
This commit is contained in:
parent
dbee669362
commit
d134e7520b
|
@ -31,6 +31,9 @@ RC_SRCS = \
|
|||
|
||||
PO_SRCS = ieframe.rc
|
||||
|
||||
SVG_SRCS = \
|
||||
ietoolbar.svg
|
||||
|
||||
IDL_TLB_SRCS = ieframe_v1.idl
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
@ -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
|
||||
|
||||
|
|
|
@ -38,6 +38,3 @@ REGINST REGINST shdocvw.inf
|
|||
|
||||
/* @makedep: shdocvw.rgs */
|
||||
2 WINE_REGISTRY shdocvw.rgs
|
||||
|
||||
/* @makedep: ietoolbar.bmp */
|
||||
IDB_IETOOLBAR BITMAP ietoolbar.bmp
|
||||
|
|
Loading…
Reference in New Issue