[Mono-devel-list] Re: [Mono-patches] r36430 - trunk/mcs/class/System.Web
Ben Maurer
bmaurer at ximian.com
Tue Nov 23 07:24:13 EST 2004
Hey,
On Tue, 2004-11-23 at 05:40 -0500, Lluis Sanchez wrote:
> Modified: trunk/mcs/class/System.Web/Makefile
> ===================================================================
> --- trunk/mcs/class/System.Web/Makefile 2004-11-23 10:39:10 UTC (rev 36429)
> +++ trunk/mcs/class/System.Web/Makefile 2004-11-23 10:40:08 UTC (rev 36430)
> @@ -10,7 +10,10 @@
> /r:System.Drawing.dll \
> /r:System.Data.dll \
> /r:System.Xml.dll \
> - /r:System.EnterpriseServices.dll
> + /r:System.EnterpriseServices.dll \
> + /resource:System.Web.UI.WebControls/TreeView_Default_Collapse.gif \
> + /resource:System.Web.UI.WebControls/TreeView_Default_Expand.gif \
> + /resource:System.Web.UI.WebControls/TreeView_Default_NoExpand.gif
* This will break the windows build, because windows expects \ as
the path separator.
* We should use some sourt of .resources file to solve this I
think.
-- Ben
More information about the Mono-devel-list
mailing list