Build error when I exclude sample browser in OS design project

Mensur
I am building an image for mini2440 board.
I need to shrink the image as much as possible 
so I excluded internet explorer 6.0 sample browser, because I don't need 
it.
I excluded many other components and the build goes fine, 
but when I exclude the browser build fails.
In the build log I get the following errors:

oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol
NdrCStdStubBuffer_Release referenced in function CStdStubBuffer_Release
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol
NdrDllCanUnloadNow referenced in function IDispatchProxyDllCanUnloadNow
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol
NdrDllGetClassObject referenced in function IDispatchProxyDllGetClassObject
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol
NdrDllRegisterProxy referenced in function IDispatchProxyDllRegisterServer
oleaut32_ALL.lib(mydlldata.obj) : error LNK2019: unresolved external symbol
NdrDllUnregisterProxy referenced in function
IDispatchProxyDllUnregisterServer
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_DebugServerRelease
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_DebugServerQueryInterface
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_CountRefs
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_IsIIDSupported
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_Invoke
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_Disconnect
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_Connect
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_AddRef
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol CStdStubBuffer_QueryInterface
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol IUnknown_Release_Proxy
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol IUnknown_AddRef_Proxy
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol IUnknown_QueryInterface_Proxy
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol NdrOleFree
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2001: unresolved external
symbol NdrOleAllocate
oleaut32_ALL.lib(oleaut32_p.obj) : error LNK2019: unresolved external
symbol NdrClientCall2 referenced in function IDispatch_RemoteInvoke_Proxy
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol
NdrGetDcomProtocolVersion referenced in function "int __cdecl
RequiredDcomProtocolVersion(unsigned long *,unsigned long,unsigned long)"
(?RequiredDcomProtocolVersion@@YAHPAKKK@Z)
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol
WdtpInterfacePointer_UserSize referenced in function BRECORD_UserSize
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol
RpcRaiseException referenced in function BRECORD_UserSize
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol
WdtpInterfacePointer_UserMarshal referenced in function BRECORD_UserMarshal
oleaut32_ALL.lib(rpcoadt.obj) : error LNK2019: unresolved external symbol
WdtpInterfacePointer_UserUnmarshal referenced in function
BRECORD_UserUnmarshal
C:\WINCE600\OSDesigns\Mini2440\Mini2440\Wince600\Mini2440_ARMV4I\cesysgen\oak\ta
rget\ARMV4I\retail\oleaut32.dll
: fatal error LNK1120: 25 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'