[Mono-devel-list] Re: [Mono-patches] r36430 - trunk/mcs/class/System.Web
Lluis Sanchez
lluis at ximian.com
Tue Nov 23 08:41:08 EST 2004
On dt, 2004-11-23 at 07:24 -0500, Ben Maurer wrote:
> 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.
AFAIK, Cygwin can handle this. This and other Makefiles are currently
using / as path separator.
> * We should use some sourt of .resources file to solve this I
> think.
>
>
> -- Ben
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list